Index: firmware/App/Modes/ModeFlush.c =================================================================== diff -u -r022c733838d8c06b1562dbafa64f1643cb1bb8c8 -r5e3a46112ebab361a33b9f7cadb619eb12b44c0f --- firmware/App/Modes/ModeFlush.c (.../ModeFlush.c) (revision 022c733838d8c06b1562dbafa64f1643cb1bb8c8) +++ firmware/App/Modes/ModeFlush.c (.../ModeFlush.c) (revision 5e3a46112ebab361a33b9f7cadb619eb12b44c0f) @@ -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 *************************************************************************/