mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: add option to not include SRXL in build
This commit is contained in:
parent
d659642826
commit
1c5f5b6ef2
|
@ -170,4 +170,7 @@ define AP_WINCH_ENABLED 0
|
|||
define AP_CAMERA_BACKEND_DEFAULT_ENABLED 0
|
||||
define AP_CAMERA_MAVLINK_ENABLED 1
|
||||
|
||||
// remove RC Protocol support:
|
||||
define AP_RCPROTOCOL_BACKEND_DEFAULT_ENABLED 0
|
||||
|
||||
AUTOBUILD_TARGETS Copter
|
||||
|
|
Loading…
Reference in New Issue