summaryrefslogtreecommitdiff
path: root/src/components/include/protocol/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/protocol/common.h')
-rw-r--r--src/components/include/protocol/common.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/components/include/protocol/common.h b/src/components/include/protocol/common.h
index 1c95020a96..4b227eeff1 100644
--- a/src/components/include/protocol/common.h
+++ b/src/components/include/protocol/common.h
@@ -33,8 +33,8 @@
#ifndef SRC_COMPONENTS_INCLUDE_PROTOCOL_COMMON_H_
#define SRC_COMPONENTS_INCLUDE_PROTOCOL_COMMON_H_
-#include "utils/macro.h"
#include "protocol/raw_message.h"
+#include "utils/macro.h"
/**
*\namespace protocol_handlerHandler
@@ -111,20 +111,20 @@ const bool PROTECTION_OFF = false;
*/
enum {
/**
- *\brief Constant: Control type of frame
- */
+ *\brief Constant: Control type of frame
+ */
FRAME_TYPE_CONTROL = 0x00,
/**
- *\brief Constant: Single type of frame.
- */
+ *\brief Constant: Single type of frame.
+ */
FRAME_TYPE_SINGLE = 0x01,
/**
- *\brief Constant: First frame for multiple frames
- */
+ *\brief Constant: First frame for multiple frames
+ */
FRAME_TYPE_FIRST = 0x02,
/**
- *\brief Constant: Consecutive type of frame for multiple frames
- */
+ *\brief Constant: Consecutive type of frame for multiple frames
+ */
FRAME_TYPE_CONSECUTIVE = 0x03,
/**
*\brief Maximum value of frame type field (size 3-bit)