From 33d13a78fc6eb5ba5c56835ab17b7ec1de34ed69 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Wed, 11 Sep 2019 15:10:49 -0700 Subject: [PATCH] remove sensor_types.h (#928) --- firmware/controllers/sensors/map.h | 1 - firmware/controllers/sensors/sensor_types.h | 14 -------------- firmware/controllers/sensors/thermistors.h | 1 - 3 files changed, 16 deletions(-) delete mode 100644 firmware/controllers/sensors/sensor_types.h diff --git a/firmware/controllers/sensors/map.h b/firmware/controllers/sensors/map.h index 1ce72b20c8..17515981b7 100644 --- a/firmware/controllers/sensors/map.h +++ b/firmware/controllers/sensors/map.h @@ -7,7 +7,6 @@ #define MAP_H_ #include "engine_configuration.h" -#include "sensor_types.h" void initMapDecoder(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX); diff --git a/firmware/controllers/sensors/sensor_types.h b/firmware/controllers/sensors/sensor_types.h deleted file mode 100644 index 42eb5adc6b..0000000000 --- a/firmware/controllers/sensors/sensor_types.h +++ /dev/null @@ -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_ */ diff --git a/firmware/controllers/sensors/thermistors.h b/firmware/controllers/sensors/thermistors.h index 9e5c3e93d7..ec1b863104 100644 --- a/firmware/controllers/sensors/thermistors.h +++ b/firmware/controllers/sensors/thermistors.h @@ -12,7 +12,6 @@ #define KELV 273.15f -#include "sensor_types.h" #include "engine.h" /**