Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -rfc65332fb8fa0e83ddccbdc72592cc4a4b41e382 -rac5a409920099e701227c507cbda86d5d1ea8bf8 --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision fc65332fb8fa0e83ddccbdc72592cc4a4b41e382) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision ac5a409920099e701227c507cbda86d5d1ea8bf8) @@ -239,7 +239,6 @@ static void checkDialInPumpFlowRate( void ); static F32 calcDialInFlow( void ); static F32 dialysateInPumpPWMFromTargetFlowRate( F32 QdTarget ); -static void resetDialInPumpRotorCount( void ); /*********************************************************************//** * @brief @@ -1831,14 +1830,14 @@ /*********************************************************************//** * @brief - * The testSetDialInPumpRotorCountOverride function overrides the dialin pump + * The testSetDialysateInPumpRotorCountOverride function overrides the dialin pump * rotor counter value. * @details Inputs: none * @details Outputs: dialInPumpRotorCounter * @param value override dialin pump rotor counter value * @return TRUE if override successful, FALSE if not *************************************************************************/ -BOOL testSetDialInPumpRotorCountOverride( U32 value ) +BOOL testSetDialysateInPumpRotorCountOverride( U32 value ) { BOOL result = FALSE;