Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -rc17d3d89bae686ff525a3fb9ed697c3d8107c275 -r5291bb3f717bb61085601eed512a1e1e57053e7f --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision c17d3d89bae686ff525a3fb9ed697c3d8107c275) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 5291bb3f717bb61085601eed512a1e1e57053e7f) @@ -225,10 +225,11 @@ /*********************************************************************//** * @brief - * The handleStandbyFlushFilterIdleState function executes the flush filter state - * of the standby mode state machine. - * @details Inputs: filterFLushStartTime - * @details Outputs: Flushed the filters + * The handleStandbyFlushFilterIdleState function executes the flush filter + * idle state of the standby mode state machine. + * @details Inputs: filterFLushStartTime, startSampleWaterRequest, endSampleWaterRequest + * @details Outputs: Flushed the filters, startSampleWaterRequest, endSampleWaterRequest, + * waterSampleStartTime * @return the next state *************************************************************************/ static DG_STANDBY_MODE_STATE_T handleStandbyFlushFilterIdleState( void )