Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -r3518e8a088c32e75c0c8960d5e629a7401095feb -r383c4be0d9ad14570c87cf5b7330f5f83d92383e --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 3518e8a088c32e75c0c8960d5e629a7401095feb) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 383c4be0d9ad14570c87cf5b7330f5f83d92383e) @@ -31,13 +31,13 @@ // ********** public definitions ********** -#define NO_SUB_STATE 0xFF ///< value for when submode does not have specific substates and is not applicable. +#define NO_SUB_STATE 0xFF ///< value for when submode does not have specific substates and is not applicable. /// Payload record structure for op mode broadcast message typedef struct { - U32 opMode; ///< Current operating mode - U32 subMode; ///< Current sub-mode of current operating mode + U32 opMode; ///< Current operating mode + U32 subMode; ///< Current sub-mode of current operating mode } OP_MODE_PAYLOAD_T; // ********** public function prototypes ********** @@ -61,9 +61,8 @@ void sendOperationStatusEvent( void ); // Constructs and sends operation status event -BOOL testSetOperationMode( TD_OP_MODE_T newMode ); // Force transition to a given mode (if allowed) -BOOL testSetOpModePublishIntervalOverride( U32 ms ); -BOOL testResetOpModePublishIntervalOverride( void ); +//BOOL testSetOperationMode( TD_OP_MODE_T newMode ); // Force transition to a given mode (if allowed) +//BOOL testSetOpModePublishIntervalOverride( U32 ms ); /**@}*/