Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -r01588478fb5cb7e78646b3646ba70a40269db20c -r0f3bef57ed414c9d274acc7ec64a327f96683c29 --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 01588478fb5cb7e78646b3646ba70a40269db20c) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 0f3bef57ed414c9d274acc7ec64a327f96683c29) @@ -1127,7 +1127,7 @@ // Check measured rotor speed vs. measured motor speed while controlling to target if ( ( deltaRotorSpeed > DOP_MAX_ROTOR_VS_MOTOR_DIFF_RPM ) && ( measMotorSpeedDeltaPct > DOP_MAX_MOTOR_SPEED_VS_TRGT_DIFF_PCT ) ) { - if ( ++errorDialOutRotorSpeedPersistTimerCtr >= ( getPumpRotorErrorPersistTime( measMotorSpeed, DOP_GEAR_RATIO ) / TASK_PRIORITY_INTERVAL ) ) + if ( ++errorDialOutRotorSpeedPersistTimerCtr >= ( getPumpRotorErrorPersistTime( measMotorSpeed, DOP_GEAR_RATIO ) / TASK_PRIORITY_INTERVAL ) ) { #ifndef _RELEASE_ if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_PUMP_SPEED_CHECKS ) != SW_CONFIG_ENABLE_VALUE )