mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
HAL_ChibiOS: pull PA9 PA10 high on revo-mini
needed for correct operation of USB
This commit is contained in:
parent
0fdef97c76
commit
a057498e0c
@ -56,9 +56,10 @@ PB10 USART3_TX USART3
|
||||
PB11 USART3_RX USART3
|
||||
|
||||
# main port. This should be telem1, but is disabled as it interferes
|
||||
# #with USB for some unknown reason
|
||||
#PA9 USART1_TX USART1
|
||||
#PA10 USART1_RX USART1
|
||||
# #with USB for some unknown reason. These need to be pulled HIGH for
|
||||
# USB to work
|
||||
PA9 X_USART1_TX OUTPUT HIGH
|
||||
PA10 X_USART1_RX OUTPUT HIGH
|
||||
|
||||
# alternative config
|
||||
# PB10 I2C2_SCL I2C2
|
||||
|
Loading…
Reference in New Issue
Block a user