defaults were bad, really bad
This commit is contained in:
parent
e5fba9e080
commit
e40741611b
|
@ -13,7 +13,7 @@
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
#include "fsio_impl.h"
|
#include "fsio_impl.h"
|
||||||
#include "custom_engine.h"
|
#include "custom_engine.h"
|
||||||
#include "../hellen_meta.h"
|
#include "hellen_meta.h"
|
||||||
|
|
||||||
static void setInjectorPins() {
|
static void setInjectorPins() {
|
||||||
engineConfiguration->injectionPins[0] = H144_LS_1;
|
engineConfiguration->injectionPins[0] = H144_LS_1;
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
#include "fsio_impl.h"
|
#include "fsio_impl.h"
|
||||||
#include "custom_engine.h"
|
#include "custom_engine.h"
|
||||||
#include "../hellen_meta.h"
|
#include "hellen_meta.h"
|
||||||
|
|
||||||
static void hellenWbo() {
|
static void hellenWbo() {
|
||||||
engineConfiguration->enableAemXSeries = true;
|
engineConfiguration->enableAemXSeries = true;
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
#include "fsio_impl.h"
|
#include "fsio_impl.h"
|
||||||
#include "custom_engine.h"
|
#include "custom_engine.h"
|
||||||
#include "electronic_throttle_impl.h"
|
#include "electronic_throttle_impl.h"
|
||||||
#include "../hellen_meta.h"
|
#include "hellen_meta.h"
|
||||||
|
|
||||||
static void hellenWbo() {
|
static void hellenWbo() {
|
||||||
engineConfiguration->enableAemXSeries = true;
|
engineConfiguration->enableAemXSeries = true;
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
#include "fsio_impl.h"
|
#include "fsio_impl.h"
|
||||||
#include "custom_engine.h"
|
#include "custom_engine.h"
|
||||||
#include "../hellen_meta.h"
|
#include "hellen_meta.h"
|
||||||
|
|
||||||
static void hellenWbo() {
|
static void hellenWbo() {
|
||||||
engineConfiguration->enableAemXSeries = true;
|
engineConfiguration->enableAemXSeries = true;
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
#include "fsio_impl.h"
|
#include "fsio_impl.h"
|
||||||
#include "custom_engine.h"
|
#include "custom_engine.h"
|
||||||
#include "../hellen_meta.h"
|
#include "hellen_meta.h"
|
||||||
|
|
||||||
static void setInjectorPins() {
|
static void setInjectorPins() {
|
||||||
engineConfiguration->injectionPins[0] = H144_LS_1;
|
engineConfiguration->injectionPins[0] = H144_LS_1;
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
#include "fsio_impl.h"
|
#include "fsio_impl.h"
|
||||||
#include "custom_engine.h"
|
#include "custom_engine.h"
|
||||||
#include "../hellen_meta.h"
|
#include "hellen_meta.h"
|
||||||
|
|
||||||
static void setInjectorPins() {
|
static void setInjectorPins() {
|
||||||
engineConfiguration->injectionPins[0] = H176_LS_1;
|
engineConfiguration->injectionPins[0] = H176_LS_1;
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
#include "fsio_impl.h"
|
#include "fsio_impl.h"
|
||||||
#include "../hellen_meta.h"
|
#include "hellen_meta.h"
|
||||||
|
|
||||||
static void setInjectorPins() {
|
static void setInjectorPins() {
|
||||||
engineConfiguration->injectionPins[0] = GPIOG_7;
|
engineConfiguration->injectionPins[0] = GPIOG_7;
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
#include "fsio_impl.h"
|
#include "fsio_impl.h"
|
||||||
#include "custom_engine.h"
|
#include "custom_engine.h"
|
||||||
#include "../hellen_meta.h"
|
#include "hellen_meta.h"
|
||||||
|
|
||||||
static void hellenWbo() {
|
static void hellenWbo() {
|
||||||
engineConfiguration->enableAemXSeries = true;
|
engineConfiguration->enableAemXSeries = true;
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
#include "fsio_impl.h"
|
#include "fsio_impl.h"
|
||||||
#include "custom_engine.h"
|
#include "custom_engine.h"
|
||||||
#include "../hellen_meta.h"
|
#include "hellen_meta.h"
|
||||||
|
|
||||||
static void setInjectorPins() {
|
static void setInjectorPins() {
|
||||||
engineConfiguration->injectionPins[0] = H144_LS_1;
|
engineConfiguration->injectionPins[0] = H144_LS_1;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
#include "custom_engine.h"
|
#include "custom_engine.h"
|
||||||
#if HW_HELLEN
|
#if HW_HELLEN
|
||||||
#include "../hellen_meta.h"
|
#include "hellen_meta.h"
|
||||||
#endif // HW_HELLEN
|
#endif // HW_HELLEN
|
||||||
|
|
||||||
static void common() {
|
static void common() {
|
||||||
|
|
Loading…
Reference in New Issue