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