Browse Source

Update FYSETC S6 Peripheral Pins (#16593)

George Fu 4 years ago
parent
commit
a05a65e7d2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      buildroot/share/PlatformIO/variants/FYSETC_S6/PeripheralPins.c

+ 1
- 1
buildroot/share/PlatformIO/variants/FYSETC_S6/PeripheralPins.c View File

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

Loading…
Cancel
Save