helping build

This commit is contained in:
rusefillc 2022-01-08 21:16:31 -05:00
parent 4262db4c86
commit c819f327ae
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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;