summaryrefslogtreecommitdiff
path: root/hid
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-07-14 04:01:33 +0300
committerMaxim Devaev <[email protected]>2022-07-14 04:01:33 +0300
commit4b87851119ea8b1529ac9d29a563c6823220bf46 (patch)
treec9d59410c6efbd55c940e32c85787a40daacb5de /hid
parent32da05b3ecdebb0f2ff34ed7cf47763a95c644d3 (diff)
commented kvmd/kvmd#80
Diffstat (limited to 'hid')
-rw-r--r--hid/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hid/src/main.cpp b/hid/src/main.cpp
index eb8ee809..d02ca55c 100644
--- a/hid/src/main.cpp
+++ b/hid/src/main.cpp
@@ -334,7 +334,7 @@ int main() {
if (index == 7) {
_sendResponse(_handleRequest(buffer));
index = 0;
- } else if (buffer[0] == PROTO::MAGIC) {
+ } else /*if (buffer[0] == PROTO::MAGIC)*/ { // FIXME: See kvmd/kvmd#80
last = micros();
++index;
}