Index: firmware/App/Modes/ModeHeatDisinfect.c =================================================================== diff -u -ra7bf3ca23ea37a61000379facae628a31b3ecc59 -rcc398b14ccf518f350b57fb5cb8728e5c908bd1e --- firmware/App/Modes/ModeHeatDisinfect.c (.../ModeHeatDisinfect.c) (revision a7bf3ca23ea37a61000379facae628a31b3ecc59) +++ firmware/App/Modes/ModeHeatDisinfect.c (.../ModeHeatDisinfect.c) (revision cc398b14ccf518f350b57fb5cb8728e5c908bd1e) @@ -33,10 +33,10 @@ /*********************************************************************//** * @brief - * The initHeatDisinfectMode function initializes the heat disinfect Mode module. + * The initHeatDisinfectMode function initializes the heat disinfect mode module. * @details * Inputs : none - * Outputs : none + * Outputs : Initialized heat disinfect mode module * @return none *************************************************************************/ void initHeatDisinfectMode( void ) @@ -49,7 +49,7 @@ * The transitionToHeatDisinfectMode function prepares for transition to heat disinfect mode. * @details * Inputs : none - * Outputs : none + * Outputs : Prepare for transition to heat disinfect mode * @return none *************************************************************************/ void transitionToHeatDisinfectMode( void ) @@ -59,11 +59,11 @@ /*********************************************************************//** * @brief - * The execHeatDisinfectMode function executes the heat disinfect Mode state machine. + * The execHeatDisinfectMode function executes the heat disinfect mode state machine. * @details * Inputs : none - * Outputs : none - * @return current state. + * Outputs : Heat disinfect mode state machine executed + * @return current state *************************************************************************/ U32 execHeatDisinfectMode( void ) { @@ -84,7 +84,7 @@ /*********************************************************************//** * @brief - * The getCurrentHeatDisinfectState function returns the current state of the \n + * The getCurrentHeatDisinfectState function returns the current state of the * heat disinfect mode. * @details * Inputs : heatState