mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 07:28:29 -04:00
AP_GPS: fix GSOF highest supported status
This commit is contained in:
parent
8e9f382240
commit
1fc0dbe0bd
@ -28,7 +28,7 @@ public:
|
||||
AP_GPS_GSOF(AP_GPS &_gps, AP_GPS::GPS_State &_state, AP_HAL::UARTDriver *_port);
|
||||
|
||||
AP_GPS::GPS_Status highest_supported_status(void) {
|
||||
return AP_GPS::GPS_OK_FIX_3D_RTK_FLOAT;
|
||||
return AP_GPS::GPS_OK_FIX_3D_RTK_FIXED;
|
||||
}
|
||||
|
||||
// Methods
|
||||
|
Loading…
Reference in New Issue
Block a user