AP_HAL_ChibiOS: mark heavy periphs as using RC_Channel

these things compile vast amounts of the code-base so we need to turn RC_Channel on even if we don't instantiate the RC_Channels object
This commit is contained in:
Peter Barker 2023-03-20 09:00:13 +11:00 committed by Peter Barker
parent 48d6b34969
commit 75b3cec196
2 changed files with 3 additions and 1 deletions

View File

@ -68,4 +68,4 @@ define HAL_CAN_DRIVER_DEFAULT 1
# undefine to disable. Use -1 to allow on all ports, otherwise serial number index defined in SERIAL_ORDER starting at 0
define HAL_PERIPH_LISTEN_FOR_SERIAL_UART_REBOOT_CMD_PORT 0
define AP_RC_CHANNEL_ENABLED 1

View File

@ -213,3 +213,5 @@ define AP_PERIPH_HAVE_LED TRUE
define SCRIPTING_HEAP_SIZE (64*1024)
define GPS_MOVING_BASELINE 1
define AP_RC_CHANNEL_ENABLED 1