HARDWARE VALIDATION FAILED error on multiple 8chan units fix #6008

This commit is contained in:
rusefillc 2024-02-20 15:54:21 -05:00
parent be64948d7a
commit 51eb64d119
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ DDEFS += -DEFI_SOFTWARE_KNOCK=TRUE -DSTM32_ADC_USE_ADC3=TRUE
# MM176_GP9
DDEFS += -DADC_MUX_PIN=Gpio::F2
# 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
LED_CRITICAL_ERROR_BRAIN_PIN = -DLED_CRITICAL_ERROR_BRAIN_PIN=H176_MCU_MEGA_LED1_RED
include $(BOARDS_DIR)/hellen/hellen-common176.mk