mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: heavy periphs get servos and relays
This commit is contained in:
parent
0cf53f5127
commit
5800e9d785
|
@ -70,3 +70,6 @@ define HAL_PERIPH_LISTEN_FOR_SERIAL_UART_REBOOT_CMD_PORT 0
|
|||
|
||||
define AP_RC_CHANNEL_ENABLED 1
|
||||
define HAL_PICCOLO_CAN_ENABLE 0
|
||||
|
||||
define AP_RELAY_ENABLED 1
|
||||
define AP_SERVORELAYEVENTS_ENABLED 1
|
||||
|
|
|
@ -216,3 +216,6 @@ define SCRIPTING_HEAP_SIZE (64*1024)
|
|||
define GPS_MOVING_BASELINE 1
|
||||
|
||||
define AP_RC_CHANNEL_ENABLED 1
|
||||
|
||||
define AP_RELAY_ENABLED 1
|
||||
define AP_SERVORELAYEVENTS_ENABLED 1
|
||||
|
|
Loading…
Reference in New Issue