Index: firmware/App/Modes/ModeChemicalDisinfectFlush.c =================================================================== diff -u -r523e9d316c136beb71aa533a15099b1f81f7e886 -r30b88046bfac18be0a31693840562a961866eb07 --- firmware/App/Modes/ModeChemicalDisinfectFlush.c (.../ModeChemicalDisinfectFlush.c) (revision 523e9d316c136beb71aa533a15099b1f81f7e886) +++ firmware/App/Modes/ModeChemicalDisinfectFlush.c (.../ModeChemicalDisinfectFlush.c) (revision 30b88046bfac18be0a31693840562a961866eb07) @@ -491,7 +491,7 @@ * chemical disinfect flush flush disinfectant line state. The state flushes the * disinfectant line for a period of time. After the flush it transitions to the * next state. - * @details Inputs: stateTimer + * @details Inputs: stateTimer, prevChemDisinfectFlushState * @details Outputs: stateTimer * @return next state of the chemical disinfect flush state machine ************************************************************************/ @@ -520,8 +520,7 @@ * UF filter for a period of time. After the flush it transitions to the * next state. * @details Inputs: stateTimer, - * @details Outputs: stateTimer, drainTimer, numberOfPostDisinfectRinses, - * rsrvrFillToFullStableTimerCounter + * @details Outputs: stateTimer, * @return next state of the chemical disinfect flush state machine *************************************************************************/ static DG_CHEM_DISINFECT_FLUSH_STATE_T handleChemicalDisinfectFlushFlushUFState( void ) @@ -558,9 +557,9 @@ * if the fill times out, it transitions to water cancellation state. * If the drain and rinse are completed within the defined time, it * transitions to the next state. - * @details Inputs: rsrvr1Status, rsrvr2Status, drainTimer, waitTimer - * @details Outputs: stateTimer, rsrvr1Status, rsrvr2Status, drainTimer, - * waitTimer, prevChemDisinfectFlushState, alarmDetectedPendingTrigger + * @details Inputs: rsrvr1Status, rsrvr2Status + * @details Outputs: stateTimer, rsrvr1Status, rsrvr2Status, + * prevChemDisinfectFlushState, alarmDetectedPendingTrigger * @return next state of the chemical disinfect flush state machine *************************************************************************/ static DG_CHEM_DISINFECT_FLUSH_STATE_T handleChemicalDisinfectFlushFlushR2ToR1DrainR1State( void )