Skip to content

Commit b82f468

Browse files
committed
Update PeripheralNames.h
Add USART3
1 parent 6bc2cf7 commit b82f468

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/mbed/targets/hal/TARGET_STM/TARGET_DISCO_F100RB/PeripheralNames.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ typedef enum {
4343

4444
typedef enum {
4545
UART_1 = (int)USART1_BASE,
46-
UART_2 = (int)USART2_BASE
46+
UART_2 = (int)USART2_BASE,
47+
UART_3 = (int)USART3_BASE
4748
} UARTName;
4849

4950
#define STDIO_UART_TX PA_2

0 commit comments

Comments
 (0)