mirror of https://github.com/ArduPilot/ardupilot
AP_RangeFinder: use minimize.inc for HAL_MSP_ENABLED and dependencies
This commit is contained in:
parent
b3dfeac812
commit
b0c3aae8e2
|
@ -42,7 +42,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef HAL_MSP_RANGEFINDER_ENABLED
|
||||
#define HAL_MSP_RANGEFINDER_ENABLED HAL_MSP_ENABLED && !HAL_MINIMIZE_FEATURES
|
||||
#define HAL_MSP_RANGEFINDER_ENABLED HAL_MSP_ENABLED
|
||||
#endif
|
||||
|
||||
class AP_RangeFinder_Backend;
|
||||
|
|
Loading…
Reference in New Issue