Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -rf7c714a1a09b10d85a8b013712532d37b4d7b97a -r48ca7fd644c67920acc29a80b7af379d0a134d1a --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision f7c714a1a09b10d85a8b013712532d37b4d7b97a) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 48ca7fd644c67920acc29a80b7af379d0a134d1a) @@ -60,9 +60,8 @@ void setTDOperationMode( U32 mode, U32 subMode ); // set TD operation mode which is received from TD void getTDOperationMode( TD_MODE_SUB_MODE_T* mode ); // get TD operation mode -BOOL testSetOperationMode( DD_OP_MODE_T newMode ); // Force transition to a given mode (if allowed) -BOOL testSetDDOpModePublishIntervalOverride( U32 value ); -BOOL testResetDDOpModePublishIntervalOverride( void ); +BOOL testSetOperationMode( MESSAGE_T *message ); // Force transition to a given mode (if allowed) +BOOL testDDOpModePublishIntervalOverride( MESSAGE_T *message ); // DD Opmode publish interval override /**@}*/