Skip to content

Commit 39fa25d

Browse files
committed
Merge branch 'ksitko-master'
2 parents 045d99b + 62eda4d commit 39fa25d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hal/targets/hal/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F031K6/PeripheralPins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ const PinMap PinMap_UART_TX[] = {
109109
};
110110

111111
const PinMap PinMap_UART_RX[] = {
112+
{PA_3, UART_1, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF1_USART1)},
112113
{PA_10, UART_1, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF1_USART1)},
113114
{PA_15, UART_1, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF1_USART1)}, // STDIO RX
114115
{PB_7, UART_1, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF0_USART1)},

0 commit comments

Comments
 (0)