change pin

This commit is contained in:
XIVN1987
2023-01-31 01:14:03 +08:00
parent 040514f9fa
commit 0b41c31d56
6 changed files with 20 additions and 20 deletions
+3 -3
View File
@@ -78,12 +78,12 @@ DAP Hardware I/O Pin Access Functions
#define SWDIO_PIN_INDEX 0
#define SWD_RST_PORT GPIOA
#define SWD_RST_PIN GPIO_Pin_7
#define SWD_RST_PIN GPIO_Pin_4
#define LED_CONNECTED_PORT GPIOA
#define LED_CONNECTED_PIN GPIO_Pin_4
#define LED_CONNECTED_PIN GPIO_Pin_5
#define LED_RUNNING_PORT GPIOA
#define LED_RUNNING_PIN GPIO_Pin_4
#define LED_RUNNING_PIN GPIO_Pin_5
/** Setup JTAG I/O pins: TCK, TMS, TDI, TDO, nTRST, and nRESET.