Index: firmware/App/Modes/ModeFlush.c =================================================================== diff -u -r335d28f954aed9522d5cc71863cd8dc253070758 -rce659127f12060b21cb725240ff9ed919ab5f94d --- firmware/App/Modes/ModeFlush.c (.../ModeFlush.c) (revision 335d28f954aed9522d5cc71863cd8dc253070758) +++ firmware/App/Modes/ModeFlush.c (.../ModeFlush.c) (revision ce659127f12060b21cb725240ff9ed919ab5f94d) @@ -800,7 +800,7 @@ * flush with fresh water state. It runs the circulation state with fresh * water for the defined period of time. * @details Inputs: stateTimerStart - * @details Outputs: none + * @details Outputs: flushUIState * @return next state of the flush state machine *************************************************************************/ static DG_FLUSH_STATE_T handleFlushModeFlushWithFreshWaterState( void ) @@ -811,7 +811,7 @@ { deenergizeActuators( NO_PARK_CONC_PUMPS ); flushUIState = FLUSH_UI_STATE_COMPLETE; - state = DG_FLUSH_STATE_COMPLETE; + state = DG_FLUSH_STATE_COMPLETE; } return state; @@ -942,7 +942,7 @@ /*********************************************************************//** * @brief * The failFlushMode function sets the alarm that failed the flush mode. - * @details Inputs: alarm, prevHeatDisinfectState + * @details Inputs: prevHeatDisinfectState * @details Outputs: none * @return none *************************************************************************/