Skip to content

Commit d2b2696

Browse files
committed
Keep PinMap_UART_RX/TX pins?
1 parent e2ce421 commit d2b2696

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildroot/share/PlatformIO/variants/MARLIN_G0B1RE/PeripheralPins.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ WEAK const PinMap PinMap_UART_TX[] = {
218218
{PC_12, USART5, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF3_USART5)},
219219
{PD_3, USART5, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF3_USART5)},
220220
{PD_5, USART2, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF0_USART2)},
221+
{PD_8, USART3, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF4_USART3)},
221222
{PF_2, LPUART2, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF1_LPUART2)},
222223
{NC, NP, 0}
223224
};
@@ -252,6 +253,7 @@ WEAK const PinMap PinMap_UART_RX[] = {
252253
{PC_11_ALT1, USART4, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF1_USART4)},
253254
{PD_2, USART5, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF3_USART5)},
254255
{PD_6, USART2, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF0_USART2)},
256+
{PD_9, USART3, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF4_USART3)},
255257
{NC, NP, 0}
256258
};
257259
#endif

0 commit comments

Comments
 (0)