This commit is contained in:
rusefi 2019-09-21 09:43:08 -04:00
parent ac0467308a
commit a4b6787af1
1 changed files with 0 additions and 2 deletions

View File

@ -235,8 +235,6 @@ static void printSensors(Logging *log) {
// reportSensorF(log, , "V", getMafVoltage(PASS_ENGINE_PARAMETER_SIGNATURE));
// }
getAirFlowGauge(PASS_ENGINE_PARAMETER_SIGNATURE);
#if EFI_ANALOG_SENSORS
if (hasMapSensor(PASS_ENGINE_PARAMETER_SIGNATURE)) {
reportSensorF(log, "MAP", "kPa", getMap(PASS_ENGINE_PARAMETER_SIGNATURE), 2);