1
0
Fork 0
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:
Michael Keller 2021-09-07 01:55:29 +12:00 committed by GitHub
commit 1a97cbc9db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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