Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -r3518e8a088c32e75c0c8960d5e629a7401095feb -r380b0afc95467d0861ff3aa2cdcde5d5d7ac85e7 --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 3518e8a088c32e75c0c8960d5e629a7401095feb) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 380b0afc95467d0861ff3aa2cdcde5d5d7ac85e7) @@ -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 **********