Index: firmware/App/Controllers/PresOccl.c =================================================================== diff -u -rf84665efed96420a7a0192910b98c8d975041bb8 -rab55a3f55e8ff168b1be66350616f27f9428633e --- firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision f84665efed96420a7a0192910b98c8d975041bb8) +++ firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision ab55a3f55e8ff168b1be66350616f27f9428633e) @@ -457,7 +457,7 @@ if ( PRESSURE_LIMITS_STATE_STABILIZATION == currPresLimitsState ) { U32 currentTime = getMSTimerCount(); - U32 expiredTime = u32DiffWithWrap( stabilizationStartTimeMs , currentTime ); + U32 expiredTime = u32DiffWithWrap( stabilizationStartTimeMs, currentTime ); // if pressure is already stabilized enough, assign the short stabilize time for the recent event ( air pump on). // else,leave the current/on going stabilization to expire due to long pending stable time to settle down the pressure.