1
0
Fork 0
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:
Dominic Clifton 2021-07-01 15:48:40 +02:00
parent 3d5a0e585c
commit 76459de83e

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,