fix(LED_IO):修复调试过程中的IO临时改被误保存并更新版本为v1.0.2

This commit is contained in:
2026-04-19 01:22:12 +08:00
parent 1d7afaa382
commit 391b1211fb
2 changed files with 4 additions and 4 deletions

View File

@@ -68,9 +68,9 @@ void usart1_irq_handler(void);
/******************************************************************************/
#define LED_RCU RCU_GPIOA
#define LED_PORT GPIOA
#define LED_PIN GPIO_PIN_7
#define LED_RCU RCU_GPIOB
#define LED_PORT GPIOB
#define LED_PIN GPIO_PIN_1
/******************************************************************************/