hwdef: AIRLink: USART2 enabled in hwdef

This commit is contained in:
Kirill Shilov 2022-09-12 23:45:53 +01:00 committed by Randy Mackay
parent a51a615588
commit 18970613f9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ FLASH_SIZE_KB 2048
env OPTIMIZE -O2 env OPTIMIZE -O2
# order of UARTs (and USB) # order of UARTs (and USB)
SERIAL_ORDER OTG1 UART7 UART5 USART1 UART8 USART3 OTG2 SERIAL_ORDER OTG1 UART7 UART5 USART1 UART8 USART3 USART2 OTG2
# default the 2nd interface to MAVLink2 # default the 2nd interface to MAVLink2
define HAL_OTG1_PROTOCOL SerialProtocol_MAVLink2 define HAL_OTG1_PROTOCOL SerialProtocol_MAVLink2