This commit is contained in:
parent
7eae436e63
commit
450b5312bb
3
board.mk
3
board.mk
|
@ -5,6 +5,9 @@ BOARDCPPSRC = $(BOARD_DIR)/board_configuration.cpp
|
|||
# defines SHORT_BOARD_NAME
|
||||
include $(BOARD_DIR)/meta-info.env
|
||||
|
||||
# one day when we are grown ups and can coordinate a real life test we shall revisit https://github.com/rusefi/rusefi/issues/6008
|
||||
DDEFS += -DDISABLE_PIN_STATE_VALIDATION=TRUE
|
||||
|
||||
# reduce memory usage monitoring
|
||||
DDEFS += -DRAM_UNUSED_SIZE=100
|
||||
|
||||
|
|
Loading…
Reference in New Issue