mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
STM32F3 - Cleanup serial port usage.
This commit is contained in:
parent
6b6df68fa7
commit
a5d57e7b87
7 changed files with 22 additions and 8 deletions
|
@ -62,11 +62,13 @@ typedef enum {
|
|||
SERIAL_PORT_2,
|
||||
#if (SERIAL_PORT_COUNT > 2)
|
||||
SERIAL_PORT_3,
|
||||
#if (SERIAL_PORT_COUNT > 3)
|
||||
SERIAL_PORT_4,
|
||||
#if (SERIAL_PORT_COUNT > 4)
|
||||
SERIAL_PORT_5
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
} serialPortIndex_e;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue