Add UART_3 define for compilation fix

pull/1810/head
adustm 2016-05-30 11:27:35 +02:00
parent 86fe75cb9b
commit d2e7eda82e
1 changed files with 1 additions and 1 deletions

View File

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