This commit is contained in:
rusefillc 2023-01-19 21:35:27 -05:00
parent 8982f470f3
commit 37e0c27c98
2 changed files with 3 additions and 5 deletions

View File

@ -4,7 +4,7 @@
BOARDCPPSRC = $(BOARDS_DIR)/hellen/hellen154hyundai/board_configuration.cpp BOARDCPPSRC = $(BOARDS_DIR)/hellen/hellen154hyundai/board_configuration.cpp
BOARDINC = $(BOARDS_DIR)/hellen/hellen154hyundai BOARDINC = $(BOARDS_DIR)/hellen/hellen154hyundai
# Set this if you want a default engine type other than normal hellen121nissan # Set this if you want a default engine type other than normal
ifeq ($(VAR_DEF_ENGINE_TYPE),) ifeq ($(VAR_DEF_ENGINE_TYPE),)
VAR_DEF_ENGINE_TYPE = -DDEFAULT_ENGINE_TYPE=HELLEN_154_HYUNDAI_COUPE_BK2 VAR_DEF_ENGINE_TYPE = -DDEFAULT_ENGINE_TYPE=HELLEN_154_HYUNDAI_COUPE_BK2
endif endif

View File

@ -1,10 +1,8 @@
/** /**
* @file boards/hellen/hellen121nissan/board_configuration.cpp * @file board_configuration.cpp
* *
* *
* @brief Configuration defaults for the hellen121nissan board * See https://rusefi.com/s/XXX
*
* See https://rusefi.com/s/hellen121nissan
* *
* @author andreika <prometheus.pcb@gmail.com> * @author andreika <prometheus.pcb@gmail.com>
* @author Andrey Belomutskiy, (c) 2012-2020 * @author Andrey Belomutskiy, (c) 2012-2020