diff --git a/src/main/io/serial.c b/src/main/io/serial.c index eba9421a58..92d75971a0 100644 --- a/src/main/io/serial.c +++ b/src/main/io/serial.c @@ -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,