Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r91beb8b83d0fbcb2b879781624169c26a97a7ab4 -r16d2368daeb22257227f1dda1f5c6b3d801eb672 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 91beb8b83d0fbcb2b879781624169c26a97a7ab4) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 16d2368daeb22257227f1dda1f5c6b3d801eb672) @@ -422,6 +422,7 @@ * The requestWaterSample function handles an HD request to sample water. * @details Inputs: standbyState * @details Outputs: pendingSampleWaterRequest + * @param sampleWaterCmd the sample water command that has been received * @return TRUE if request accepted, FALSE if not. *************************************************************************/ void waterSampleCommandHandler( SAMPLE_WATER_CMD_T sampleWaterCmd ) @@ -589,7 +590,7 @@ * The startDGHeatDisinfect function starts heat disinfect mode. * @details Inputs: standbyState * @details Outputs: none - * @param isPassive: boolean flag to indicate whether this is passive cool heat + * @param isPassive boolean flag to indicate whether this is passive cool heat * or active cool heat disinfect * @return: TRUE if the switch was successful *************************************************************************/