AP_GPS: Changes to fix the warnings in rover sitl build.

We are starting the process of resolving all the warnings in the
ardupilot builds of all vehicles and platforms.
This commit is contained in:
Grant Morphett 2015-02-05 17:29:25 +11:00 committed by Andrew Tridgell
parent 52c5db8440
commit e7e9e1adf0

View File

@ -241,7 +241,9 @@ AP_GPS::detect_instance(uint8_t instance)
#endif
}
#if CONFIG_HAL_BOARD == HAL_BOARD_PX4
found_gps:
#endif
if (new_gps != NULL) {
state[instance].status = NO_FIX;
drivers[instance] = new_gps;