bootloader does not know that hellen H64_LED1_RED is Gpio::B0
This commit is contained in:
parent
d0fc27e762
commit
2f6f733803
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue