Update board.mk

This commit is contained in:
rusefillc 2024-09-06 11:33:35 -04:00 committed by GitHub
parent a6a0fe758c
commit b2b25f36bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -10,6 +10,5 @@ include $(BOARD_DIR)/meta-info.env
# 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
# DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::I15
# assign critical LED to a non-existent pin
DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::I15