mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Merge pull request #10818 from hydra/bf-fix-uart10-usart10-mismatch
This commit is contained in:
commit
1a97cbc9db
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