Browse Source

AP_GPS: fixed build warnings for MSP with AP_Periph

c415-sdk
Andrew Tridgell 4 years ago
parent
commit
8c1bc94053
  1. 2
      libraries/AP_GPS/AP_GPS.h

2
libraries/AP_GPS/AP_GPS.h

@ -48,7 +48,7 @@ @@ -48,7 +48,7 @@
#endif
#ifndef HAL_MSP_GPS_ENABLED
#define HAL_MSP_GPS_ENABLED HAL_MSP_ENABLED && !HAL_MINIMIZE_FEATURES
#define HAL_MSP_GPS_ENABLED HAL_MSP_SENSORS_ENABLED
#endif
class AP_GPS_Backend;

Loading…
Cancel
Save