From 2f6f7338031c8bb4a1666d353f938f58e82bcb39 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 6 Apr 2024 22:28:36 -0400 Subject: [PATCH] bootloader does not know that hellen H64_LED1_RED is Gpio::B0 --- firmware/config/boards/hellen/hellen-common64.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/config/boards/hellen/hellen-common64.mk b/firmware/config/boards/hellen/hellen-common64.mk index 9d2014cce0..542001cb74 100644 --- a/firmware/config/boards/hellen/hellen-common64.mk +++ b/firmware/config/boards/hellen/hellen-common64.mk @@ -1,7 +1,8 @@ ifeq ($(LED_CRITICAL_ERROR_BRAIN_PIN),) - LED_CRITICAL_ERROR_BRAIN_PIN = -DLED_CRITICAL_ERROR_BRAIN_PIN=H64_LED1_RED +# bootloader does not know that hellen H64_LED1_RED is Gpio::B0 + LED_CRITICAL_ERROR_BRAIN_PIN = -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::B0 endif DDEFS += $(LED_CRITICAL_ERROR_BRAIN_PIN)