Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -rc65551beea443f6fb5a50c5be5af73c97fe77cf5 -r750a8b61a1e9a63823ecc6ed441cd01524ffc02b --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision c65551beea443f6fb5a50c5be5af73c97fe77cf5) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 750a8b61a1e9a63823ecc6ed441cd01524ffc02b) @@ -226,7 +226,7 @@ DG_STANDBY_MODE_STATE_T state = DG_STANDBY_MODE_STATE_FLUSH_FILTER; U32 const filterFlushTimePeriod_ms = getU32OverrideValue( &filterFlushTimePeriod ); - checkInletPressure(); + isInletPressureInRange(); if ( TRUE == didTimeout( filterFlushStartTime, filterFlushTimePeriod_ms ) ) {