mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Fix UART/USART mismatch for USART10.
This commit is contained in:
parent
3d5a0e585c
commit
76459de83e
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ const serialPortIdentifier_e serialPortIdentifiers[SERIAL_PORT_COUNT] = {
|
|||
SERIAL_PORT_UART9,
|
||||
#endif
|
||||
#ifdef USE_UART10
|
||||
SERIAL_PORT_UART10,
|
||||
SERIAL_PORT_USART10,
|
||||
#endif
|
||||
#ifdef USE_SOFTSERIAL1
|
||||
SERIAL_PORT_SOFTSERIAL1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue