Skip to content

Commit

Permalink
AP_GPS: add prearm check for blending-enabled-but-not-available
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Mar 23, 2024
1 parent b33b811 commit 9d6f55e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libraries/AP_GPS/AP_GPS.h
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,10 @@ class AP_GPS
void clear_RTCMV3();
#endif // GPS_MOVING_BASELINE

#if !AP_GPS_BLENDED_ENABLED
uint8_t get_auto_switch_type() const { return _auto_switch; }
#endif

protected:

// configuration parameters
Expand Down

0 comments on commit 9d6f55e

Please sign in to comment.