mirror of https://github.com/ARMmbed/mbed-os.git
parent
513e6c042e
commit
bc64051587
|
|
@ -43,7 +43,8 @@ typedef enum {
|
|||
|
||||
typedef enum {
|
||||
UART_1 = (int)USART1_BASE,
|
||||
UART_2 = (int)USART2_BASE
|
||||
UART_2 = (int)USART2_BASE,
|
||||
UART_3 = (int)USART3_BASE
|
||||
} UARTName;
|
||||
|
||||
#define STDIO_UART_TX PA_2
|
||||
|
|
|
|||
Loading…
Reference in New Issue