Browse Source

AP_GPS: fix GSOF highest supported status

mission-4.1.18
Francisco Ferreira 8 years ago
parent
commit
1fc0dbe0bd
No known key found for this signature in database
GPG Key ID: F63C20A6773E787E
  1. 2
      libraries/AP_GPS/AP_GPS_GSOF.h

2
libraries/AP_GPS/AP_GPS_GSOF.h

@ -28,7 +28,7 @@ public: @@ -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…
Cancel
Save