Index: firmware/App/Controllers/ROPump.c =================================================================== diff -u -r21aec35b34a19514e0e00e8596e9884916ab91f1 -rc0d44be16f9951cce2835bcc8b21820d1b88515e --- firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 21aec35b34a19514e0e00e8596e9884916ab91f1) +++ firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision c0d44be16f9951cce2835bcc8b21820d1b88515e) @@ -411,7 +411,6 @@ BOOL isFlowOutOfUpperRange = ( isFlowOutOfRange && ( currentFlow > targetFlow ) ? TRUE : FALSE ); BOOL isFlowOutOfLowerRange = ( isFlowOutOfRange && ( currentFlow < targetFlow ) ? TRUE : FALSE ); - checkPersistentAlarm( ALARM_ID_FLOW_RATE_OUT_OF_UPPER_RANGE, isFlowOutOfUpperRange, currentFlow, targetFlow ); checkPersistentAlarm( ALARM_ID_FLOW_RATE_OUT_OF_LOWER_RANGE, isFlowOutOfLowerRange, currentFlow, targetFlow ); }