lwgps update
This commit is contained in:
@ -96,6 +96,8 @@ void TestTask::performLwgpsTest() {
|
||||
etl::vector<uint8_t, 30> testVec;
|
||||
|
||||
lwgps_t gpsStruct;
|
||||
sif::info << "Size of GPS struct: " << sizeof(gpsStruct) << std::endl;
|
||||
lwgps_init(&gpsStruct);
|
||||
|
||||
/* Process all input data */
|
||||
lwgps_process(&gpsStruct, gps_rx_data, strlen(gps_rx_data));
|
||||
|
2
thirdparty/lwgps
vendored
2
thirdparty/lwgps
vendored
Submodule thirdparty/lwgps updated: 8c16e298ca...d276f9722d
Reference in New Issue
Block a user