Index: firmware/App/Modes/TreatmentRecirc.c =================================================================== diff -u -r5b859b160a55d1a9d8b732822a63dc570cc46072 -r0b8a93215a073650631911d190767b7642f09a43 --- firmware/App/Modes/TreatmentRecirc.c (.../TreatmentRecirc.c) (revision 5b859b160a55d1a9d8b732822a63dc570cc46072) +++ firmware/App/Modes/TreatmentRecirc.c (.../TreatmentRecirc.c) (revision 0b8a93215a073650631911d190767b7642f09a43) @@ -157,7 +157,7 @@ * and air trap leveling control is stopped. * @return none *************************************************************************/ -static void setupForRinsebackStopOrPause( void ) +static void setupForRecirculationStopState( void ) { // Stop blood pump signalBloodPumpHardStop(); @@ -215,13 +215,13 @@ // Is alarm stop or user reconnect requested? if ( ( TRUE == recircStopRequested ) || ( TRUE == recircReconnectRequested ) ) { - setupForRinsebackStopOrPause(); + setupForRecirculationStopState(); result = TREATMENT_RECIRC_STOPPED_STATE; } // Is end treatment requested? else if ( TRUE == recircEndTreatmentRequested ) { - setupForRinsebackStopOrPause(); + setupForRecirculationStopState(); signalRinsebackToEnd(); // signal end Tx sub-mode } // Has max time in re-circ sub-mode been exceeded?