tear down Engine god object #4511

just trying different things
This commit is contained in:
Andrey 2022-09-01 20:15:46 -04:00
parent 6f09b0d9f9
commit 3094cc6be7
2 changed files with 19 additions and 2 deletions

View File

@ -1,6 +1,5 @@
#include "engine_configuration.h"
#include "sensor.h"
#include "pch_util.h"
#include "dfco.h"

18
firmware/pch/pch_util.h Normal file
View File

@ -0,0 +1,18 @@
/**
* just like pch.h just without full engine god object
*/
#include <rusefi/interpolation.h>
#include <rusefi/arrays.h>
#include <rusefi/math.h>
#include "engine_configuration.h"
#include "expected.h"
#include "error_handling.h"
#include "engine_module.h"
#include "sensor.h"
#include "timer.h"