Skip to content

Commit d2e7eda

Browse files
committed
Add UART_3 define for compilation fix
1 parent 86fe75c commit d2e7eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hal/targets/hal/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F303K8/PeripheralNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ typedef enum {
4848

4949
typedef enum {
5050
UART_1 = (int)USART1_BASE,
51-
UART_2 = (int)USART2_BASE
51+
UART_2 = (int)USART2_BASE,
5252
} UARTName;
5353

5454
#define STDIO_UART_TX PA_2

0 commit comments

Comments
 (0)