reducing complexity
This commit is contained in:
parent
13b74d3d4d
commit
03d71bedeb
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "fsio_core.h"
|
||||
#include "fsio_impl.h"
|
||||
#include "analog_input.h"
|
||||
#include "adc_inputs.h"
|
||||
|
||||
extern fsio8_Map3D_f32t fsioTable1;
|
||||
extern fsio8_Map3D_u8t fsioTable2;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include "oil_pressure.h"
|
||||
#include "adc_inputs.h"
|
||||
|
||||
#include "analog_input.h"
|
||||
#include "adc_inputs.h"
|
||||
|
||||
void initSensors(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX);
|
||||
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
/*
|
||||
* analog_input.h
|
||||
*
|
||||
* @date Nov 24, 2017
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "adc_inputs.h"
|
|
@ -14,7 +14,7 @@
|
|||
#include "ego.h"
|
||||
#include "interpolation.h"
|
||||
#include "engine.h"
|
||||
#include "analog_input.h"
|
||||
#include "adc_inputs.h"
|
||||
#include "cyclic_buffer.h"
|
||||
|
||||
#if EFI_CJ125
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "global.h"
|
||||
#include "engine.h"
|
||||
#include "analog_input.h"
|
||||
#include "adc_inputs.h"
|
||||
#include "maf.h"
|
||||
|
||||
EXTERN_ENGINE
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#include "global.h"
|
||||
#include "engine_configuration.h"
|
||||
#include "engine_math.h"
|
||||
#include "analog_input.h"
|
||||
#include "adc_inputs.h"
|
||||
#include "interpolation.h"
|
||||
#include "map.h"
|
||||
#include "engine_controller.h"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include "os_access.h"
|
||||
#include "oil_pressure.h"
|
||||
#include "interpolation.h"
|
||||
#include "analog_input.h"
|
||||
#include "adc_inputs.h"
|
||||
#include "engine.h"
|
||||
|
||||
EXTERN_ENGINE;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include "global.h"
|
||||
#include "thermistors.h"
|
||||
#include "analog_input.h"
|
||||
#include "adc_inputs.h"
|
||||
#include "engine_configuration.h"
|
||||
#include "engine_math.h"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include "engine.h"
|
||||
#include "tps.h"
|
||||
#include "interpolation.h"
|
||||
#include "analog_input.h"
|
||||
#include "adc_inputs.h"
|
||||
#if EFI_PROD_CODE
|
||||
#include "settings.h"
|
||||
#endif /* EFI_PROD_CODE */
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "global.h"
|
||||
#include "engine.h"
|
||||
#include "analog_input.h"
|
||||
#include "adc_inputs.h"
|
||||
#include "voltage.h"
|
||||
|
||||
EXTERN_ENGINE;
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
|
||||
#define SPARK_EXTREME_LOGGING TRUE
|
||||
|
||||
#define EFI_ENABLE_MOCK_ADC FALSE
|
||||
|
||||
#define EFI_ENABLE_CRITICAL_ENGINE_STOP TRUE
|
||||
#define EFI_ENABLE_ENGINE_WARNING TRUE
|
||||
|
||||
|
|
Loading…
Reference in New Issue