mirror of https://github.com/ArduPilot/ardupilot
hwdef: ARKV6X: enable debug console
This commit is contained in:
parent
9f5e837646
commit
e5ea8f14f4
|
@ -33,6 +33,10 @@ SERIAL_ORDER OTG1 UART7 UART5 USART1 UART8 USART2 UART4 USART3 USART6 OTG2
|
|||
# order of UARTs (and USB) with IO MCU
|
||||
# SERIAL_ORDER OTG1 UART7 UART5 USART1 UART8 USART2 UART4 USART3 OTG2
|
||||
|
||||
# debug console
|
||||
STDOUT_SERIAL SD3
|
||||
STDOUT_BAUDRATE 57600
|
||||
|
||||
# default to all pins low to avoid ESD issues
|
||||
DEFAULTGPIO OUTPUT LOW PULLDOWN
|
||||
|
||||
|
|
Loading…
Reference in New Issue