Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AP_GPS: resolve compilation problem with timeval
./../libraries/AP_GPS/AP_GPS_SITL.cpp:37:27: error: aggregate 'timeval first_tv' has incomplete type and cannot be defined 37 | static struct timeval first_tv; | ^~~~~~~~ compilation terminated due to -Wfatal-errors. Waf: Leaving directory `/ardupilot/src/build/sitl' Build failed -> task in 'objs/AP_GPS' failed (exit status 1): {task 135805090486368: cxx AP_GPS_SITL.cpp -> AP_GPS_SITL.cpp.0.o}
- Loading branch information