Index: firmware/App/Modes/ModeHeatDisinfect.h =================================================================== diff -u -rcea079b61dbd17b2ddaec99b1124248147d14e72 -raf0faf02f1bd7bffcce083e9b52988a01c343d8e --- firmware/App/Modes/ModeHeatDisinfect.h (.../ModeHeatDisinfect.h) (revision cea079b61dbd17b2ddaec99b1124248147d14e72) +++ firmware/App/Modes/ModeHeatDisinfect.h (.../ModeHeatDisinfect.h) (revision af0faf02f1bd7bffcce083e9b52988a01c343d8e) @@ -41,7 +41,7 @@ // ********** public function prototypes ********** void initHeatDisinfectMode( void ); // Initialize this module -void transitionToHeatDisinfectMode( void ); // Prepares for transition to heat disinfect mode +U32 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