mirror of https://github.com/ArduPilot/ardupilot
AP_OpticalFlow: use minimize.inc for HAL_MSP_ENABLED and dependencies
This commit is contained in:
parent
3750a632e3
commit
b3dfeac812
|
@ -25,7 +25,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAL_MSP_OPTICALFLOW_ENABLED
|
#ifndef HAL_MSP_OPTICALFLOW_ENABLED
|
||||||
#define HAL_MSP_OPTICALFLOW_ENABLED (AP_OPTICALFLOW_BACKEND_DEFAULT_ENABLED && (HAL_MSP_ENABLED && !HAL_MINIMIZE_FEATURES))
|
#define HAL_MSP_OPTICALFLOW_ENABLED (AP_OPTICALFLOW_BACKEND_DEFAULT_ENABLED && HAL_MSP_ENABLED)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef AP_OPTICALFLOW_ONBOARD_ENABLED
|
#ifndef AP_OPTICALFLOW_ONBOARD_ENABLED
|
||||||
|
|
Loading…
Reference in New Issue