源码/核心板/Src/ExternalDevices/led.h
@@ -4,7 +4,7 @@ #include "stm32f10x.h" #define LED0_PIN GPIO_Pin_8 #define LED0_PIN GPIO_Pin_2 #define LED0_GPIO GPIOA #define LED_BLINK(...) GPIO_Toggle(__VA_ARGS__) #define LED0_BLINK LED_BLINK(LED0_GPIO, LED0_PIN)