Update board.mk
This commit is contained in:
parent
ddc094c1b4
commit
ea24f7b7d7
3
board.mk
3
board.mk
|
@ -3,7 +3,8 @@ BOARDCPPSRC = $(BOARD_DIR)/board_configuration.cpp
|
|||
DDEFS += -DFIRMWARE_ID=\"XXX\"
|
||||
SHORT_BOARD_NAME=XXX
|
||||
|
||||
DDEFS += -DRAM_UNUSED_SIZE=1000
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue