Browse Source

Update FYSETC S6 Peripheral Pins (#16593)

pull/1/head
George Fu 5 years ago
committed by Scott Lahteine
parent
commit
a05a65e7d2
  1. 2
      buildroot/share/PlatformIO/variants/FYSETC_S6/PeripheralPins.c

2
buildroot/share/PlatformIO/variants/FYSETC_S6/PeripheralPins.c

@ -199,7 +199,7 @@ const PinMap PinMap_UART_TX[] = {
// {PB_10, USART3, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF7_USART3)},
// {PC_6, USART6, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF8_USART6)},
// {PC_10, UART4, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF8_UART4)},
{PD_2, USART3, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF7_USART3)},
{PC_10, USART3, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF7_USART3)},
// {PC_12, UART5, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF8_UART5)},
{NC, NP, 0}
};

Loading…
Cancel
Save