Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r61153247029a9a246ca1beadc66d772e3e583e4e -r37a8a58b766a496b39241dd7ae46dc10dbda35e4 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 61153247029a9a246ca1beadc66d772e3e583e4e) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 37a8a58b766a496b39241dd7ae46dc10dbda35e4) @@ -53,9 +53,8 @@ /*********************************************************************//** * @brief * The initStandbyMode function initializes the Standby Mode module. - * @details - * Inputs : none - * Outputs : Standby Mode module initialized. + * @details Inputs: none + * @details Outputs: Standby Mode module initialized. * @return none *************************************************************************/ void initStandbyMode( void ) @@ -67,9 +66,8 @@ /*********************************************************************//** * @brief * The transitionToStandbyMode function prepares for transition to standby mode. - * @details - * Inputs : none - * Outputs : Standby Mode module re-initialized, DG interface initialized, + * @details Inputs: none + * @details Outputs: Standby Mode module re-initialized, DG interface initialized, * blood & dialysate pumps shut off. * @return none *************************************************************************/ @@ -92,9 +90,8 @@ /*********************************************************************//** * @brief * The execStandbyMode function executes the Standby Mode state machine. - * @details - * Inputs : currentStandbyState - * Outputs : currentStandbyState + * @details Inputs: currentStandbyState + * @details Outputs: currentStandbyState * @return current state (sub-mode) *************************************************************************/ U32 execStandbyMode( void ) @@ -307,9 +304,8 @@ * @brief * The signalUserStartingTreatment function handles user initiation of a * treatment. - * @details - * Inputs : none - * Outputs : requested mode transition to treatment parameters mode + * @details Inputs: none + * @details Outputs: requested mode transition to treatment parameters mode * @return TRUE if signal accepted, FALSE if not *************************************************************************/ BOOL signalUserStartingTreatment( void )