Index: firmware/App/Modes/FPModes/FPModeStandby.h =================================================================== diff -u -r830213bc6dcc1a684610caf78c79d55f2cb41e93 -r886964fa2bf6a5bb61b33b8b5547f3d0c585b360 --- firmware/App/Modes/FPModes/FPModeStandby.h (.../FPModeStandby.h) (revision 830213bc6dcc1a684610caf78c79d55f2cb41e93) +++ firmware/App/Modes/FPModes/FPModeStandby.h (.../FPModeStandby.h) (revision 886964fa2bf6a5bb61b33b8b5547f3d0c585b360) @@ -41,7 +41,8 @@ FP_STANDBY_MODE_STATE_T getCurrentFPStandbyState( void ); // get the current state of the standby mode. -BOOL testFPstartGenPermeateOverride( MESSAGE_T *message ); // Overide start gen permeate mode +BOOL testValidateStandbyChangeReq( U32 newSubMode ); // Validate the requested standby sub mode transition is possible or not +void testSignalNewStandbySubMode( U32 newSubMode ); // Signal transition to a new standby sub mode /**@}*/