AP_OpticalFlow: use minimize.inc for HAL_MSP_ENABLED and dependencies

This commit is contained in:
Peter Barker 2023-06-08 20:35:01 +10:00 committed by Randy Mackay
parent 3750a632e3
commit b3dfeac812
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#endif
#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
#ifndef AP_OPTICALFLOW_ONBOARD_ENABLED