mirror of https://github.com/ArduPilot/ardupilot
AP_GPS: add prearm check for blending-enabled-but-not-available
This commit is contained in:
parent
fcd36664d0
commit
b3b4b8905f
|
@ -599,6 +599,10 @@ public:
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue