Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -r1c74566ff86f1df5e1929b8715d68715dc21a93b -raf0faf02f1bd7bffcce083e9b52988a01c343d8e --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 1c74566ff86f1df5e1929b8715d68715dc21a93b) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision af0faf02f1bd7bffcce083e9b52988a01c343d8e) @@ -34,7 +34,7 @@ // ********** public function prototypes ********** void initStandbyMode( void ); // initialize this module -void transitionToStandbyMode( void ); // prepares for transition to standby mode +U32 transitionToStandbyMode( void ); // prepares for transition to standby mode U32 execStandbyMode( void ); // execute the standby mode state machine (call from OperationModes) void waterSampleCommandHandler( SAMPLE_WATER_CMD_T sampleWaterCmd );