defaults were bad, really bad
This commit is contained in:
rusefillc 2021-12-30 19:14:32 -05:00
parent 6213eb5406
commit b88dc4d351
11 changed files with 10 additions and 10 deletions

View File

@ -13,7 +13,7 @@
#include "pch.h"
#include "fsio_impl.h"
#include "custom_engine.h"
#include "../hellen_meta.h"
#include "hellen_meta.h"
static void setInjectorPins() {
engineConfiguration->injectionPins[0] = H144_LS_1;

View File

@ -13,7 +13,7 @@
#include "pch.h"
#include "fsio_impl.h"
#include "custom_engine.h"
#include "../hellen_meta.h"
#include "hellen_meta.h"
static void hellenWbo() {
engineConfiguration->enableAemXSeries = true;

View File

@ -14,7 +14,7 @@
#include "fsio_impl.h"
#include "custom_engine.h"
#include "electronic_throttle_impl.h"
#include "../hellen_meta.h"
#include "hellen_meta.h"
static void hellenWbo() {
engineConfiguration->enableAemXSeries = true;

View File

@ -13,7 +13,7 @@
#include "pch.h"
#include "fsio_impl.h"
#include "custom_engine.h"
#include "../hellen_meta.h"
#include "hellen_meta.h"
static void hellenWbo() {
engineConfiguration->enableAemXSeries = true;

View File

@ -13,7 +13,7 @@
#include "pch.h"
#include "fsio_impl.h"
#include "custom_engine.h"
#include "../hellen_meta.h"
#include "hellen_meta.h"
static void setInjectorPins() {
engineConfiguration->injectionPins[0] = H144_LS_1;

View File

@ -13,7 +13,7 @@
#include "pch.h"
#include "fsio_impl.h"
#include "custom_engine.h"
#include "../hellen_meta.h"
#include "hellen_meta.h"
static void setInjectorPins() {
engineConfiguration->injectionPins[0] = H176_LS_1;

View File

@ -12,7 +12,7 @@
#include "pch.h"
#include "fsio_impl.h"
#include "../hellen_meta.h"
#include "hellen_meta.h"
static void setInjectorPins() {
engineConfiguration->injectionPins[0] = GPIOG_7;

View File

@ -13,7 +13,7 @@
#include "pch.h"
#include "fsio_impl.h"
#include "custom_engine.h"
#include "../hellen_meta.h"
#include "hellen_meta.h"
static void hellenWbo() {
engineConfiguration->enableAemXSeries = true;

View File

@ -13,7 +13,7 @@
#include "pch.h"
#include "fsio_impl.h"
#include "custom_engine.h"
#include "../hellen_meta.h"
#include "hellen_meta.h"
static void setInjectorPins() {
engineConfiguration->injectionPins[0] = H144_LS_1;

View File

@ -8,7 +8,7 @@
#include "pch.h"
#include "custom_engine.h"
#if HW_HELLEN
#include "../hellen_meta.h"
#include "hellen_meta.h"
#endif // HW_HELLEN
static void common() {