Index: firmware/App/Modes/ModeFlush.c =================================================================== diff -u -r4db653d58e037a678d3d45e1842959c10f6ead41 -r3ed05dac558b42994d564507c2df1de1d431b243 --- firmware/App/Modes/ModeFlush.c (.../ModeFlush.c) (revision 4db653d58e037a678d3d45e1842959c10f6ead41) +++ firmware/App/Modes/ModeFlush.c (.../ModeFlush.c) (revision 3ed05dac558b42994d564507c2df1de1d431b243) @@ -731,7 +731,7 @@ * within the defined time, it transitions to water cancellation state. * @details Inputs: stateTimerStart, flushLinesVolumeL * @details Outputs: stateTimerStart, flushLinesVolumeL, - * alarmDetectedPendingTrigger + * alarmDetectedPendingTrigger, hasFlushStatusBeenWrittenToNV * @return next state of the flush state machine *************************************************************************/ static DG_FLUSH_STATE_T handleFlushModeFlushCirculationDrainLineState( void ) @@ -926,7 +926,7 @@ /*********************************************************************//** * @brief * The handleFlushModeComplete function handles the complete state. - * @details Inputs: none + * @details Inputs: hasFlushStatusBeenWrittenToNV * @details Outputs: none * @return next state of the flush state machine *************************************************************************/