From dff597e68c0c57f553c080d020ac40e6f53eea51 Mon Sep 17 00:00:00 2001 From: ousugo Date: Tue, 5 May 2020 15:13:11 +0800 Subject: [PATCH] fix led0 --> led1 --- bsp/stm32/stm32f103-atk-warshipv3/applications/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/stm32/stm32f103-atk-warshipv3/applications/main.c b/bsp/stm32/stm32f103-atk-warshipv3/applications/main.c index ab323bcb8c..140fb13c73 100644 --- a/bsp/stm32/stm32f103-atk-warshipv3/applications/main.c +++ b/bsp/stm32/stm32f103-atk-warshipv3/applications/main.c @@ -14,7 +14,7 @@ /* defined the LED0 pin: PB5 */ #define LED0_PIN GET_PIN(B, 5) -/* defined the LED0 pin: PE5 */ +/* defined the LED1 pin: PE5 */ #define LED1_PIN GET_PIN(E, 5) int main(void)