Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r036a75d76ab01912646a480b935d97187a231a19 -r79c2105d7ec35f3caeb977f6e2cc1b494853d211 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 036a75d76ab01912646a480b935d97187a231a19) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 79c2105d7ec35f3caeb977f6e2cc1b494853d211) @@ -48,8 +48,7 @@ * @brief * The initStandbyMode function initializes the Standby Mode Unit. * @details \b Inputs: none - * @details \b Outputs: currentStandbyState, treatStartReqReceived, - * disinfectCancelReqID, homingInitiated + * @details \b Outputs: currentStandbyState, treatStartReqReceived * @return none *************************************************************************/ void initStandbyMode( void ) @@ -62,8 +61,8 @@ * @brief * The transitionToStandbyMode function prepares for transition to standby mode. * @details \b Inputs: none - * @details \b Outputs: Standby Mode unit re-initialized, DG interface initialized, - * blood & dialysate pumps shut off. + * @details \b Outputs: Standby Mode unit re-initialized, DD interface initialized, + * actuators off. * @return initial state *************************************************************************/ U32 transitionToStandbyMode( void ) @@ -115,7 +114,7 @@ // Ignore stop button in this mode. } - // State machine to get DG to prep a reservoir so we can start a treatment + // State machine for standby mode switch ( currentStandbyState ) { case STANDBY_START_STATE: