浏览代码

Update FYSETC S6 Peripheral Pins (#16593)

George Fu 4 年前
父节点
当前提交
a05a65e7d2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      buildroot/share/PlatformIO/variants/FYSETC_S6/PeripheralPins.c

+ 1
- 1
buildroot/share/PlatformIO/variants/FYSETC_S6/PeripheralPins.c 查看文件

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

正在加载...
取消
保存