mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
STM32F4: Main, Sensors, io
This commit is contained in:
parent
de2c382ba9
commit
96757c18a2
6 changed files with 79 additions and 21 deletions
|
@ -56,6 +56,8 @@ typedef enum {
|
|||
SERIAL_PORT_USART2,
|
||||
SERIAL_PORT_USART3,
|
||||
SERIAL_PORT_USART4,
|
||||
SERIAL_PORT_USART5,
|
||||
SERIAL_PORT_USART6,
|
||||
SERIAL_PORT_USB_VCP = 20,
|
||||
SERIAL_PORT_SOFTSERIAL1 = 30,
|
||||
SERIAL_PORT_SOFTSERIAL2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue