Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -r54f45c387430e440ab4607451fc84dea61f273f1 -rb631516f8159c25ba2ffd215afa696795d97a28c --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 54f45c387430e440ab4607451fc84dea61f273f1) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision b631516f8159c25ba2ffd215afa696795d97a28c) @@ -39,7 +39,7 @@ DG_STANDBY_MODE_STATE_T getCurrentStandbyState( void ); // get the current state of the standby mode. -BOOL requestWaterSample( void ); // HD requests water sample +void waterSampleCommandHandler( SAMPLE_WATER_CMD_T sampleWaterCmd ); BOOL requestDGStart( void ); // HD requests DG start (go to re-circulate mode) /**@}*/