Index: firmware/App/Controllers/BloodFlow.c =================================================================== diff -u -r927c47388ab6bd716b857f76e2026c116dd52e69 -ra074eec2ed7d04a1ea90072d7c9c013bf27a6e90 --- firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision 927c47388ab6bd716b857f76e2026c116dd52e69) +++ firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision a074eec2ed7d04a1ea90072d7c9c013bf27a6e90) @@ -382,7 +382,6 @@ bloodPumpSetSpeedRPM = 0; isBloodPumpOn = FALSE; bpControlTimerCounter = 0; - setPeristalticPumpSetSpeed( bloodPumpSetSpeedRPM ); setPeristalticPumpHardStop(); resetPIController( PI_CONTROLLER_ID_BLOOD_FLOW, 0.0F, 0.0F ); } @@ -469,7 +468,7 @@ { bloodPumpRotorCounter.data = 0; - if ( TRUE == getTestConfigStatus( TEST_CONFIG_USE_WORN_CARTRIDGE ) ) + //if ( TRUE == getTestConfigStatus( TEST_CONFIG_USE_WORN_CARTRIDGE ) ) { bloodPumpRotorCounter.data = BP_MAX_ROTOR_COUNT_FOR_WEAR; }