Skip to content

Commit

Permalink
Update board.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc authored Dec 17, 2023
1 parent ddc094c commit ea24f7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion board.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea24f7b

Please sign in to comment.