reduce memory usage monitoring
This commit is contained in:
parent
ee0398d33c
commit
23e694449a
3
board.mk
3
board.mk
|
@ -5,6 +5,9 @@ BOARDCPPSRC = $(BOARD_DIR)/board_configuration.cpp
|
|||
DDEFS += -DFIRMWARE_ID=\"Paralela\"
|
||||
SHORT_BOARD_NAME=paralela
|
||||
|
||||
# reduce memory usage monitoring
|
||||
DDEFS += -DRAM_UNUSED_SIZE=100
|
||||
|
||||
# assign critical LED to a non-existent pin
|
||||
DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::I15
|
||||
|
||||
|
|
Loading…
Reference in New Issue