parent
331c54391a
commit
f8febab683
|
@ -10,7 +10,6 @@
|
||||||
|
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "engine_parts.h"
|
#include "engine_parts.h"
|
||||||
#include "efi_pid.h"
|
|
||||||
#include "engine_state_generated.h"
|
#include "engine_state_generated.h"
|
||||||
|
|
||||||
class EngineState : public engine_state_s {
|
class EngineState : public engine_state_s {
|
||||||
|
@ -73,3 +72,5 @@ public:
|
||||||
multispark_state multispark;
|
multispark_state multispark;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
EngineState * getEngineState();
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "engine_module.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wall wetting, also known as fuel film
|
* Wall wetting, also known as fuel film
|
||||||
* See https://github.com/rusefi/rusefi/issues/151 for the theory
|
* See https://github.com/rusefi/rusefi/issues/151 for the theory
|
||||||
|
|
Loading…
Reference in New Issue