remove sensor_types.h (#928)
This commit is contained in:
parent
448d99a2c8
commit
33d13a78fc
|
@ -7,7 +7,6 @@
|
||||||
#define MAP_H_
|
#define MAP_H_
|
||||||
|
|
||||||
#include "engine_configuration.h"
|
#include "engine_configuration.h"
|
||||||
#include "sensor_types.h"
|
|
||||||
|
|
||||||
void initMapDecoder(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX);
|
void initMapDecoder(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX);
|
||||||
|
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
/**
|
|
||||||
* @file sensor_types.h
|
|
||||||
*
|
|
||||||
* @date Dec 24, 2013
|
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef THERMISTOR_TYPES_H_
|
|
||||||
#define THERMISTOR_TYPES_H_
|
|
||||||
|
|
||||||
#include "rusefi_enums.h"
|
|
||||||
#include "sensor_types.h"
|
|
||||||
|
|
||||||
#endif /* THERMISTOR_TYPES_H_ */
|
|
|
@ -12,7 +12,6 @@
|
||||||
|
|
||||||
#define KELV 273.15f
|
#define KELV 273.15f
|
||||||
|
|
||||||
#include "sensor_types.h"
|
|
||||||
#include "engine.h"
|
#include "engine.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue