Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -r6818dafc0839d6e8585f5e6f35013f539ad5a0ed -r622eebf6fb7f1c6c232ffd82bc072dd30a7b3f94 --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 6818dafc0839d6e8585f5e6f35013f539ad5a0ed) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 622eebf6fb7f1c6c232ffd82bc072dd30a7b3f94) @@ -31,6 +31,13 @@ // ********** public definitions ********** +/// Operation modes data structure +typedef struct +{ + U32 currentMode; ///< Current Mode. + U32 currentSubMode; ///< Current Submode. +} OP_MODES_DATA_T; + // ********** public function prototypes ********** void initOperationModes( void ); // initialize this module