tear down Engine god object #4511

just trying different things
This commit is contained in:
Andrey 2022-09-05 03:18:32 -04:00
parent 331c54391a
commit f8febab683
2 changed files with 4 additions and 1 deletions

View File

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

View File

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