removing unused method
This commit is contained in:
parent
8b2c9f8d33
commit
3aedc28bca
|
@ -220,10 +220,6 @@ static void showMapStats(void) {
|
||||||
scheduleMsg(logger, "per revolution %d", measurementsPerRevolution);
|
scheduleMsg(logger, "per revolution %d", measurementsPerRevolution);
|
||||||
}
|
}
|
||||||
|
|
||||||
float getMapVoltage(void) {
|
|
||||||
return v_averagedMapValue;
|
|
||||||
}
|
|
||||||
|
|
||||||
#if EFI_PROD_CODE || defined(__DOXYGEN__)
|
#if EFI_PROD_CODE || defined(__DOXYGEN__)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -21,7 +21,6 @@ bool hasMapSensor(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
||||||
* @return MAP value averaged within a window of measurement
|
* @return MAP value averaged within a window of measurement
|
||||||
*/
|
*/
|
||||||
float getMap(void);
|
float getMap(void);
|
||||||
float getMapVoltage(void);
|
|
||||||
float getMapByVoltage(float voltage DECLARE_ENGINE_PARAMETER_SUFFIX);
|
float getMapByVoltage(float voltage DECLARE_ENGINE_PARAMETER_SUFFIX);
|
||||||
float decodePressure(float voltage, air_pressure_sensor_config_s * mapConfig DECLARE_ENGINE_PARAMETER_SUFFIX);
|
float decodePressure(float voltage, air_pressure_sensor_config_s * mapConfig DECLARE_ENGINE_PARAMETER_SUFFIX);
|
||||||
float validateMap(float mapKPa DECLARE_ENGINE_PARAMETER_SUFFIX);
|
float validateMap(float mapKPa DECLARE_ENGINE_PARAMETER_SUFFIX);
|
||||||
|
|
Loading…
Reference in New Issue