pasta
This commit is contained in:
parent
8982f470f3
commit
37e0c27c98
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue