HAL_ChibiOS: pull PA9 PA10 high on revo-mini

needed for correct operation of USB
This commit is contained in:
Andrew Tridgell 2018-02-09 09:30:30 +11:00
parent 0fdef97c76
commit a057498e0c

View File

@ -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