From ebf961bc9226085898d94cec87d974ae5edcc9c6 Mon Sep 17 00:00:00 2001 From: SummerGift Date: Tue, 22 Jan 2019 17:47:00 +0800 Subject: [PATCH] [bsp][stm32] fix stm32/stm32g071-st-nucleo bug --- bsp/stm32/stm32g071-st-nucleo/applications/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/stm32/stm32g071-st-nucleo/applications/main.c b/bsp/stm32/stm32g071-st-nucleo/applications/main.c index 47761d501..8541bd3b9 100644 --- a/bsp/stm32/stm32g071-st-nucleo/applications/main.c +++ b/bsp/stm32/stm32g071-st-nucleo/applications/main.c @@ -13,7 +13,7 @@ #include /* defined the LED pin: PA5 */ -#define LED_PIN GET_PIN(A, 5) +#define LED0_PIN GET_PIN(A, 5) int main(void) { -- GitLab