mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AP_GPS: fixed build warnings for MSP with AP_Periph
This commit is contained in:
parent
bfa2feb8d8
commit
8c1bc94053
@ -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…
Reference in New Issue
Block a user