Update PeripheralNames.h

Add USART3
pull/273/head
cfb95 2014-04-20 08:32:36 -07:00 committed by bcostm
parent 513e6c042e
commit bc64051587
1 changed files with 2 additions and 1 deletions

View File

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