bootloader does not know that hellen H64_LED1_RED is Gpio::B0

This commit is contained in:
rusefillc 2024-04-06 22:28:36 -04:00
parent d0fc27e762
commit 2f6f733803
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
ifeq ($(LED_CRITICAL_ERROR_BRAIN_PIN),) 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 endif
DDEFS += $(LED_CRITICAL_ERROR_BRAIN_PIN) DDEFS += $(LED_CRITICAL_ERROR_BRAIN_PIN)