summaryrefslogtreecommitdiff
path: root/hid/src/main.cpp
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-04-24 00:42:30 +0300
committerDevaev Maxim <[email protected]>2019-04-24 00:45:19 +0300
commit87435dd5c5dea44a71606ae43601e91c6fb27f8d (patch)
treef57bfdd70bbedffb11dc646b289ceb587822fe44 /hid/src/main.cpp
parent94dc4e76b41f13ea4a3f1e924f258c953f829fcf (diff)
hid: prod and test envs
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 8f84fd1d..4d2b0c3c 100644
--- a/hid/src/main.cpp
+++ b/hid/src/main.cpp
@@ -28,7 +28,7 @@
#include "keymap.h"
-#define CMD_SERIAL Serial1
+// #define CMD_SERIAL Serial1
#define CMD_SERIAL_SPEED 115200
#define CMD_RECV_TIMEOUT 100000