Index: firmware/App/Modes/ModeFill.c =================================================================== diff -u -r54f45c387430e440ab4607451fc84dea61f273f1 -r4d7d40a27130dc813d653f044cbb856b1b7d8481 --- firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision 54f45c387430e440ab4607451fc84dea61f273f1) +++ firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision 4d7d40a27130dc813d653f044cbb856b1b7d8481) @@ -45,9 +45,8 @@ /*********************************************************************//** * @brief * The initFillMode function initializes the fill mode module. - * @details - * Inputs : none - * Outputs : Fill mode module initialized + * @details Inputs: none + * @details Outputs: Fill mode module initialized * @return none *************************************************************************/ void initFillMode( void ) @@ -58,9 +57,8 @@ /*********************************************************************//** * @brief * The transitionToFillMode function prepares for transition to fill mode. - * @details - * Inputs : none - * Outputs : Re-initialized fill mode + * @details Inputs: none + * @details Outputs: Re-initialized fill mode * @return none *************************************************************************/ void transitionToFillMode( void ) @@ -77,9 +75,8 @@ /*********************************************************************//** * @brief * The execFillMode function executes the fill mode state machine. - * @details - * Inputs : fillState - * Outputs : Check water quality, fill mode state machine executed + * @details Inputs: fillState + * @details Outputs: Check water quality, fill mode state machine executed * @return current state. *************************************************************************/ U32 execFillMode( void ) @@ -118,9 +115,8 @@ * @brief * The handleDialysateProductionState function executes the Dialysate production * state of the fill mode state machine. - * @details - * Inputs : none - * Outputs : none + * @details Inputs: none + * @details Outputs: none * @return the next state *************************************************************************/ static DG_FILL_MODE_STATE_T handleDialysateProductionState( void ) @@ -141,9 +137,8 @@ * @brief * The handleDeliverDialysateState function executes the deliver Dialysate * state of the fill mode state machine. - * @details - * Inputs : none - * Outputs : Deliver Dialysate + * @details Inputs: none + * @details Outputs: Deliver Dialysate * @return the next state *************************************************************************/ static DG_FILL_MODE_STATE_T handleDeliverDialysateState( void ) @@ -176,9 +171,8 @@ /*********************************************************************//** * @brief * The getCurrentFillState function returns the current state of the fill mode. - * @details - * Inputs : fillState - * Outputs : none + * @details Inputs: fillState + * @details Outputs: none * @return current state of fill mode *************************************************************************/ DG_FILL_MODE_STATE_T getCurrentFillState( void )