summaryrefslogtreecommitdiff
path: root/hid/src/proto.h
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-12-03 06:13:13 +0300
committerDevaev Maxim <[email protected]>2020-12-03 06:13:13 +0300
commita694cbd240a436bb1de8c4647977c3ae47e7c73b (patch)
tree004d5d72cf459b03b86b58c2291035791618e62c /hid/src/proto.h
parent748900e649a3cfedaca24693577fd0d685b5ac04 (diff)
serial fixes
Diffstat (limited to 'hid/src/proto.h')
-rw-r--r--hid/src/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hid/src/proto.h b/hid/src/proto.h
index 6b8dffe7..38462ee5 100644
--- a/hid/src/proto.h
+++ b/hid/src/proto.h
@@ -25,6 +25,7 @@
namespace PROTO {
const uint8_t MAGIC = 0x33;
+ const uint8_t MAGIC_RESP = 0x34;
namespace RESP { // Plain responses
// const uint8_t OK = 0x20; // Legacy