Index: firmware/App/Modes/ModeSolo.h =================================================================== diff -u -r54f45c387430e440ab4607451fc84dea61f273f1 -raf0faf02f1bd7bffcce083e9b52988a01c343d8e --- firmware/App/Modes/ModeSolo.h (.../ModeSolo.h) (revision 54f45c387430e440ab4607451fc84dea61f273f1) +++ firmware/App/Modes/ModeSolo.h (.../ModeSolo.h) (revision af0faf02f1bd7bffcce083e9b52988a01c343d8e) @@ -34,7 +34,7 @@ // ********** public function prototypes ********** void initSoloMode( void ); // initialize this module -void transitionToSoloMode( void ); // prepares for transition to standby-solo mode +U32 transitionToSoloMode( void ); // prepares for transition to standby-solo mode U32 execSoloMode( void ); // execute the standby-solo mode state machine (call from OperationModes) DG_SOLO_STANDBY_STATE_T getCurrentSoloState( void ); // get the current state of the standby-solo mode.