remove sensor_types.h (#928)

This commit is contained in:
Matthew Kennedy 2019-09-11 15:10:49 -07:00 committed by rusefi
parent 448d99a2c8
commit 33d13a78fc
3 changed files with 0 additions and 16 deletions

View File

@ -7,7 +7,6 @@
#define MAP_H_
#include "engine_configuration.h"
#include "sensor_types.h"
void initMapDecoder(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX);

View File

@ -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_ */

View File

@ -12,7 +12,6 @@
#define KELV 273.15f
#include "sensor_types.h"
#include "engine.h"
/**