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 f910309 commit bae88d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion board.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bae88d2

Please sign in to comment.