diff options
author | Devaev Maxim <[email protected]> | 2019-04-24 00:42:30 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-04-24 00:45:19 +0300 |
commit | 87435dd5c5dea44a71606ae43601e91c6fb27f8d (patch) | |
tree | f57bfdd70bbedffb11dc646b289ceb587822fe44 /hid/src | |
parent | 94dc4e76b41f13ea4a3f1e924f258c953f829fcf (diff) |
hid: prod and test envs
Diffstat (limited to 'hid/src')
-rw-r--r-- | hid/src/main.cpp | 2 |
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 |