Index: firmware/App/Controllers/BloodFlow.c =================================================================== diff -u -r25a6eff69c9371f7a320751adf5359aaf070e5b0 -r96aec7a73db8d83d001eec977d509f02703b7788 --- firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision 25a6eff69c9371f7a320751adf5359aaf070e5b0) +++ firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision 96aec7a73db8d83d001eec977d509f02703b7788) @@ -87,7 +87,7 @@ /// Persist time period blood pump rotor speed too fast error condition. static const U32 BP_MAX_ROTOR_SPEED_ERROR_PERSIST = ( 1 * MS_PER_SECOND ); /// Persist time (task intervals) blood flow rate out of range error condition. -static const U32 BP_MAX_FLOW_RATE_OUT_OF_RANGE_PERSIST = ((1 * MS_PER_SECOND) / TASK_PRIORITY_INTERVAL); +static const U32 BP_MAX_FLOW_RATE_OUT_OF_RANGE_PERSIST = (1 * MS_PER_SECOND); #define BP_MAX_CURR_WHEN_STOPPED_MA 150.0 ///< Motor controller current should not exceed this when pump should be stopped. #define BP_MAX_CURR_WHEN_RUNNING_MA 2000.0 ///< Motor controller current should not exceed this when pump should be running.