From 450b5312bb8bd1019ef3178faaea2992f0b5feff Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:43:44 -0500 Subject: [PATCH] https://github.com/rusefi/rusefi/issues/6008 --- board.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/board.mk b/board.mk index e5df223..3c77802 100644 --- a/board.mk +++ b/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