mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_CubeORange-periph: enable HAL_PERIPH_ALLOW_MAVLINK_UART_OR_USB_REBOOT_CMD on USB
This commit is contained in:
parent
6dfd2f2ff9
commit
5c98e18236
|
@ -66,4 +66,10 @@ undef SDMMC1
|
|||
MAIN_STACK 0x2000
|
||||
PROCESS_STACK 0x6000
|
||||
|
||||
define HAL_CAN_DRIVER_DEFAULT 1
|
||||
define HAL_CAN_DRIVER_DEFAULT 1
|
||||
|
||||
# listen for reboot command from uploader.py script
|
||||
# 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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue