Skip to content

Commit 1e91637

Browse files
ghent360fpistm
authored andcommitted
Enable UART3 TX.
1 parent dbabf9c commit 1e91637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variants/PRNTR_F407_V1/PeripheralPins.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ WEAK const PinMap PinMap_UART_TX[] = {
190190
// {PC_10, USART3, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF7_USART3)}, // SDIO
191191
// {PC_12, UART5, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF8_UART5)}, // I2S3_SD
192192
{PD_5, USART2, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF7_USART2)}, // USB
193-
// {PD_8, USART3, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF7_USART3)}, // Z_END
193+
{PD_8, USART3, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF7_USART3)}, // Z_END
194194
{NC, NP, 0}
195195
};
196196
#endif

0 commit comments

Comments
 (0)