diff --git a/bsp/stm32/stm32g071-st-nucleo/applications/main.c b/bsp/stm32/stm32g071-st-nucleo/applications/main.c index 47761d5012fd8410465210a733514600aa8acdab..8541bd3b9fc6971e6535a430dfe96ea417e16152 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) {