fix: 修正 LED 引脚配置为 PB1 并更新 .gitignore

This commit is contained in:
2026-06-30 14:41:30 +08:00
parent 1117bc469e
commit 59f6e917fd
2 changed files with 4 additions and 3 deletions
+3 -3
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
/******************************************************************************/