mirror of https://github.com/ArduPilot/ardupilot
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:
parent
52c5db8440
commit
e7e9e1adf0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue