Update to v1.1.0 #29

Merged
muellerr merged 427 commits from develop into master 2021-04-25 12:43:23 +02:00
374 changed files with 30473 additions and 1707 deletions
Showing only changes of commit f435238699 - Show all commits

View File

@ -96,6 +96,8 @@ void TestTask::performLwgpsTest() {
etl::vector<uint8_t, 30> testVec; etl::vector<uint8_t, 30> testVec;
lwgps_t gpsStruct; lwgps_t gpsStruct;
sif::info << "Size of GPS struct: " << sizeof(gpsStruct) << std::endl;
lwgps_init(&gpsStruct);
/* Process all input data */ /* Process all input data */
lwgps_process(&gpsStruct, gps_rx_data, strlen(gps_rx_data)); lwgps_process(&gpsStruct, gps_rx_data, strlen(gps_rx_data));