summaryrefslogtreecommitdiff
path: root/hid/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hid/src/main.cpp')
-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;
}