Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r4459be59bdc2896b44bcf6cd42d2762190e23c16 -ra1daba982e3117ce45437384e770b50cfda7b7a7 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 4459be59bdc2896b44bcf6cd42d2762190e23c16) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision a1daba982e3117ce45437384e770b50cfda7b7a7) @@ -34,12 +34,12 @@ static U32 start; #endif - /** - * @addtogroup HDStandbyMode - * @{ - */ +/** + * @addtogroup HDStandbyMode + * @{ + */ - // ********** private definitions ********** +// ********** private definitions ********** // ********** private data ********** @@ -68,7 +68,8 @@ * The transitionToStandbyMode function prepares for transition to standby mode. * @details * Inputs : none - * Outputs : + * Outputs : Standby Mode module re-initialized, DG interface initialized, + * blood & dialysate pumps shut off. * @return none *************************************************************************/ void transitionToStandbyMode( void ) @@ -93,8 +94,8 @@ * @brief * The execStandbyMode function executes the Standby Mode state machine. * @details - * Inputs : none - * Outputs : + * Inputs : currentStandbyState + * Outputs : currentStandbyState * @return current state (sub-mode) *************************************************************************/ U32 execStandbyMode( void )