Index: firmware/App/Modes/ModeChemicalDisinfectFlush.h =================================================================== diff -u -r3f19c30ddaa6677778f7e74447cfcdbcfe4cd77e -r2bb8d48b499b9124aa983b5d952b5a261f6efed7 --- firmware/App/Modes/ModeChemicalDisinfectFlush.h (.../ModeChemicalDisinfectFlush.h) (revision 3f19c30ddaa6677778f7e74447cfcdbcfe4cd77e) +++ firmware/App/Modes/ModeChemicalDisinfectFlush.h (.../ModeChemicalDisinfectFlush.h) (revision 2bb8d48b499b9124aa983b5d952b5a261f6efed7) @@ -15,7 +15,6 @@ * ***************************************************************************/ - #ifndef APP_MODES_MODECHEMICALDISINFECTFLUSH_H_ #define APP_MODES_MODECHEMICALDISINFECTFLUSH_H_ @@ -42,7 +41,7 @@ // ********** public function prototypes ********** void initChemicalDisinfectFlushMode( void ); // initialize this module -U32 transitionToChemicalDisinfectFlushMode( void ); // prepares for transition to chemical disinfect flush mode +U32 transitionToChemicalDisinfectFlushMode( void ); // prepares for transition to chemical disinfect flush mode U32 execChemicalDisinfectFlushMode( void ); // execute the chemical disinfect flush mode state machine (call from OperationModes) DG_CHEM_DISINFECT_FLUSH_STATE_T getCurrentChemicalDisinfectFlushState( void ); // get the current state of the chemical disinfect flush mode.