fixing build

This commit is contained in:
rusefi 2018-07-24 20:06:45 -04:00
parent 1b1d2b16ee
commit 797f5bf9c5
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ float getMap(void) {
}
#if EFI_ANALOG_SENSORS || defined(__DOXYGEN__)
if (!isValidRpm(GET_RPM() || currentPressure == NO_VALUE_YET)
if (!isValidRpm(GET_RPM()) || currentPressure == NO_VALUE_YET)
return validateMap(getRawMap()); // maybe return NaN in case of stopped engine?
return validateMap(currentPressure);
#else