Index: firmware/App/Modes/TreatmentRecirc.c =================================================================== diff -u -r853ebb4569739cf4d0ea75b7d3c11571f0f3d000 -r3c9724b7e07c1a82d0e7fd653a99d7cb96d06e5a --- firmware/App/Modes/TreatmentRecirc.c (.../TreatmentRecirc.c) (revision 853ebb4569739cf4d0ea75b7d3c11571f0f3d000) +++ firmware/App/Modes/TreatmentRecirc.c (.../TreatmentRecirc.c) (revision 3c9724b7e07c1a82d0e7fd653a99d7cb96d06e5a) @@ -67,7 +67,6 @@ static BOOL handleRecircReconnectUserAction( REQUEST_REJECT_REASON_CODE_T *rejReason ); static BOOL handleRecicConfirmReconnectUserAction( REQUEST_REJECT_REASON_CODE_T *rejReason ); static BOOL handleRecircResumeUserAction( REQUEST_REJECT_REASON_CODE_T *rejReason ); -static BOOL handleRecircEndTreatmentUserAction( REQUEST_REJECT_REASON_CODE_T *rejReason ); static BOOL handleRecircConfirmDisconnectUserAction( REQUEST_REJECT_REASON_CODE_T *rejReason ); static void publishTreatmentRecircData( void ); @@ -178,7 +177,7 @@ * The execTreatmentRecirc function executes the Treatment circulate sub-mode * state machine. * @details Inputs: treatmentRecircState - * @details Outputs: treatmentRecircState, recircTimerCtr + * @details Outputs: treatmentRecircState, recircTimerCtr, recircEndTreatmentRequested * @return none *************************************************************************/ void execTreatmentRecirc( void ) @@ -485,26 +484,6 @@ /*********************************************************************//** * @brief - * The handleRecircEndTreatmentUserAction function handles an end treatment - * user action request. It is assumed that the calling function will set - * the reject reason parameter to None beforehand. - * @details Inputs: treatmentRecircState - * @details Outputs: ending of treatment action handled - * @param rejReason Code indicating reason for rejection - * @return TRUE if user action accepted, FALSE if not - *************************************************************************/ -static BOOL handleRecircEndTreatmentUserAction( REQUEST_REJECT_REASON_CODE_T *rejReason ) -{ - BOOL result = FALSE; - - result = TRUE; - recircEndTreatmentRequested = TRUE; - - return result; -} - -/*********************************************************************//** - * @brief * The handleRecircConfirmDisconnectUserAction function handles a confirm * patient disconnect user action request. It is assumed that the calling * function will set the reject reason parameter to None beforehand.