fixing build
This commit is contained in:
parent
1b1d2b16ee
commit
797f5bf9c5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue