From bae88d204aa33d307ce901abfe805bbffd593f46 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Sat, 16 Dec 2023 20:18:00 -0500 Subject: [PATCH] Update board.mk --- board.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/board.mk b/board.mk index c414a96..45a3cf0 100644 --- a/board.mk +++ b/board.mk @@ -3,6 +3,8 @@ BOARDCPPSRC = $(BOARD_DIR)/board_configuration.cpp DDEFS += -DFIRMWARE_ID=\"XXX\" SHORT_BOARD_NAME=XXX +DDEFS += -DRAM_UNUSED_SIZE=1000 + # 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 \ No newline at end of file +# DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::I15