Parcourir la source

Update FYSETC S6 Peripheral Pins (#16593)

George Fu il y a 4 ans
Parent
révision
a05a65e7d2

+ 1
- 1
buildroot/share/PlatformIO/variants/FYSETC_S6/PeripheralPins.c Voir le fichier

@@ -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
 };

Chargement…
Annuler
Enregistrer