mirror of https://github.com/ARMmbed/mbed-os.git
Add UART_3 define for compilation fix
parent
86fe75cb9b
commit
d2e7eda82e
|
|
@ -48,7 +48,7 @@ typedef enum {
|
|||
|
||||
typedef enum {
|
||||
UART_1 = (int)USART1_BASE,
|
||||
UART_2 = (int)USART2_BASE
|
||||
UART_2 = (int)USART2_BASE,
|
||||
} UARTName;
|
||||
|
||||
#define STDIO_UART_TX PA_2
|
||||
|
|
|
|||
Loading…
Reference in New Issue