Index: firmware/App/Modes/FPModes/FPModeStandby.h =================================================================== diff -u -r830213bc6dcc1a684610caf78c79d55f2cb41e93 -r940437fb1298c036eeffbbfc8db1d43195e04927 --- firmware/App/Modes/FPModes/FPModeStandby.h (.../FPModeStandby.h) (revision 830213bc6dcc1a684610caf78c79d55f2cb41e93) +++ firmware/App/Modes/FPModes/FPModeStandby.h (.../FPModeStandby.h) (revision 940437fb1298c036eeffbbfc8db1d43195e04927) @@ -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 new standby sub mode /**@}*/