Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -r26ee1d67dca19aac1850077cbd41c05498cf059d -r051e0c243c0e6faa7a53287b16252d93044d87e0 --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 26ee1d67dca19aac1850077cbd41c05498cf059d) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 051e0c243c0e6faa7a53287b16252d93044d87e0) @@ -23,7 +23,7 @@ #include "TDDefs.h" /** * @defgroup DDOperationModes DDOperationModes - * @brief Operation Modes module. Manages the top level operation modes of the DG via a state machine. + * @brief Operation Modes module. Manages the top level operation modes of the DD via a state machine. * * @addtogroup DDOperationModes * @{ @@ -60,8 +60,8 @@ 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 testSetDGOpModePublishIntervalOverride( U32 value ); -BOOL testResetDGOpModePublishIntervalOverride( void ); +BOOL testSetDDOpModePublishIntervalOverride( U32 value ); +BOOL testResetDDOpModePublishIntervalOverride( void ); /**@}*/