Update board.mk
This commit is contained in:
parent
a6a0fe758c
commit
b2b25f36bb
5
board.mk
5
board.mk
|
@ -10,6 +10,5 @@ include $(BOARD_DIR)/meta-info.env
|
|||
# reduce memory usage monitoring
|
||||
DDEFS += -DRAM_UNUSED_SIZE=100
|
||||
|
||||
# assign critical LED to a non-existent pin if you do not have it on your board
|
||||
# good old PD14 is still the default value
|
||||
# DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::I15
|
||||
# assign critical LED to a non-existent pin
|
||||
DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::I15
|
||||
|
|
Loading…
Reference in New Issue