Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -rc482b47217e0ea686fe282ff2479f5946bbeaac5 -r96aec7a73db8d83d001eec977d509f02703b7788 --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision c482b47217e0ea686fe282ff2479f5946bbeaac5) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 96aec7a73db8d83d001eec977d509f02703b7788) @@ -82,7 +82,7 @@ /// Persist time (task intervals) pump direction error condition. static const U32 DIP_DIRECTION_ERROR_PERSIST = (250 / TASK_PRIORITY_INTERVAL); /// Persist time (task intervals) dialysate flow rate out of range error condition. -static const U32 DIP_MAX_FLOW_RATE_OUT_OF_RANGE_PERSIST = ((1 * MS_PER_SECOND) / TASK_PRIORITY_INTERVAL); +static const U32 DIP_MAX_FLOW_RATE_OUT_OF_RANGE_PERSIST = (1 * MS_PER_SECOND); /// Time threshold to trigger an alarm if Dialysate flow data has not arrived within 3 seconds static const U32 DIP_DIALYSATE_FLOW_DATA_ALARM_THRESHOLD = ((3 * MS_PER_SECOND) / TASK_PRIORITY_INTERVAL);