Index: firmware/App/Controllers/ROPump.c =================================================================== diff -u -rab14e70c7bac24b0c3ebd02c6763285cdd3951ce -rbcb768dd6a13286e028533394916a9f69c9f254f --- firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision ab14e70c7bac24b0c3ebd02c6763285cdd3951ce) +++ firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision bcb768dd6a13286e028533394916a9f69c9f254f) @@ -415,7 +415,7 @@ // Check whether the Duty cycle is out of range BOOL isDCOutOfRange = ( fabs( roPumpFeedbackDutyCyclePct - roPumpDutyCyclePctSet ) > ROP_DUTY_CYCLE_OUT_OF_RANGE_TOLERANCE ? TRUE : FALSE ); - /* TODO this is commented until the DVT boards are available + /* TODO this is commented out until the DVT boards are available checkPersistentAlarm( ALARM_ID_RO_PUMP_DUTY_CYCLE_OUT_OF_RANGE, isDCOutOfRange, roPumpFeedbackDutyCyclePct, roPumpDutyCyclePctSet ); // Check if it the alarm has timed out and if the pump is supposed to be off but it is still on, activate the safety shutdown