helping build
This commit is contained in:
parent
4262db4c86
commit
c819f327ae
|
@ -1,7 +1,8 @@
|
|||
# Combine the related files for a specific platform and MCU.
|
||||
|
||||
# Target ECU board design
|
||||
BOARDCPPSRC = $(BOARDS_DIR)/hellen/hellen121nissan/board_configuration.cpp
|
||||
BOARDCPPSRC = $(BOARDS_DIR)/hellen/hellen121nissan/board_configuration.cpp \
|
||||
$(BOARDS_DIR)/hellen/hellen_common.cpp
|
||||
BOARDINC = $(BOARDS_DIR)/hellen/hellen121nissan
|
||||
|
||||
# Set this if you want a default engine type other than normal hellen121nissan
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
#include "pch.h"
|
||||
#include "fsio_impl.h"
|
||||
#include "custom_engine.h"
|
||||
#include "hellen_meta.h"
|
||||
|
||||
static void setInjectorPins() {
|
||||
engineConfiguration->injectionPins[0] = GPIOG_7;
|
||||
|
|
Loading…
Reference in New Issue