Index: firmware/App/Modes/ModeHeatDisinfect.h =================================================================== diff -u -re0265b8fad80add7a5d54db11ecc72fd6b1665a8 -r9047c6e1db73ac20849a63b8cbec33041c28b0d5 --- firmware/App/Modes/ModeHeatDisinfect.h (.../ModeHeatDisinfect.h) (revision e0265b8fad80add7a5d54db11ecc72fd6b1665a8) +++ firmware/App/Modes/ModeHeatDisinfect.h (.../ModeHeatDisinfect.h) (revision 9047c6e1db73ac20849a63b8cbec33041c28b0d5) @@ -41,13 +41,13 @@ // ********** public function prototypes ********** -void initHeatDisinfectMode( void ); // initialize this module -void transitionToHeatDisinfectMode( void ); // prepares for transition to heat disinfect mode -U32 execHeatDisinfectMode( void ); // execute the heat disinfect mode state machine (call from OperationModes) +void initHeatDisinfectMode( void ); // Initialize this module +void transitionToHeatDisinfectMode( void ); // Prepares for transition to heat disinfect mode +U32 execHeatDisinfectMode( void ); // Execute the heat disinfect mode state machine (call from OperationModes) -DG_HEAT_DISINFECT_STATE_T getCurrentHeatDisinfectState( void ); // get the current state of the heat disinfect mode. +DG_HEAT_DISINFECT_STATE_T getCurrentHeatDisinfectState( void ); // get the current state of the heat disinfect mode. -void stopDGHeatDisinfect( void ); +void stopDGHeatDisinfect( void ); // Stop DG heat disinfect /**@}*/