mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-28 02:33:58 -04:00
AP_OpticalFlow: move enabling of Onboard OF into bebop hwdef
This commit is contained in:
parent
05bc0c0669
commit
5181350909
@ -33,7 +33,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef AP_OPTICALFLOW_ONBOARD_ENABLED
|
||||
#define AP_OPTICALFLOW_ONBOARD_ENABLED (AP_OPTICALFLOW_BACKEND_DEFAULT_ENABLED && CONFIG_HAL_BOARD == HAL_BOARD_LINUX && CONFIG_HAL_BOARD_SUBTYPE == HAL_BOARD_SUBTYPE_LINUX_BEBOP)
|
||||
#define AP_OPTICALFLOW_ONBOARD_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef AP_OPTICALFLOW_PIXART_ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user