@ -1519,3 +1519,12 @@ bool AP_GPS::prepare_for_arming(void) {
}
return all_passed;
namespace AP {
AP_GPS &gps()
{
return AP_GPS::gps();
};
@ -562,3 +562,7 @@ private:
AP_GPS &gps();