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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/include/protocol/common.h b/src/components/include/protocol/common.h
index ce4c4adf6f..2904f383de 100644
--- a/src/components/include/protocol/common.h
+++ b/src/components/include/protocol/common.h
@@ -85,6 +85,12 @@ enum {
*/
PROTOCOL_VERSION_4 = 0x04,
/**
+ *@brief Constant: number of protocol version (5).
+ * Supports constructed payloads for protocol packets
+ * SDL4.4 feature.
+ */
+ PROTOCOL_VERSION_5 = 0x05,
+ /**
*\brief Maximum value of packet version field (size 4-bit) specified AppLink
*Protocol v.7
*/