Index: firmware/App/Controllers/BloodFlow.c =================================================================== diff -u -r077e40d24484de95c7cde7ef6d84f12a00cf9bdc -rf2886da68416f65d4199cae2943486e702b98aaa --- firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision 077e40d24484de95c7cde7ef6d84f12a00cf9bdc) +++ firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision f2886da68416f65d4199cae2943486e702b98aaa) @@ -88,7 +88,7 @@ /// Persist time (in ms) pump direction error condition. static const U32 BP_DIRECTION_ERROR_PERSIST = ( 250 ); /// Persist time period (in ms) blood pump rotor speed too fast error condition. -static const U32 BP_MAX_ROTOR_SPEED_ERROR_PERSIST = ( 1 * MS_PER_SECOND ); +static const U32 BP_MAX_ROTOR_SPEED_ERROR_PERSIST = ( 10 * MS_PER_SECOND ); #define BP_MAX_CURR_WHEN_STOPPED_MA 150.0F ///< Motor controller current should not exceed this when pump should be stopped. #define BP_MAX_CURR_WHEN_RUNNING_MA 2000.0F ///< Motor controller current should not exceed this when pump should be running.