Update board.mk

This commit is contained in:
rusefillc 2023-12-16 20:18:00 -05:00 committed by GitHub
parent f910309e2a
commit bae88d204a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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
# DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::I15