diff options
author | Devaev Maxim <[email protected]> | 2020-10-19 23:31:46 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-11-11 22:24:25 +0300 |
commit | c27b8909dc425b4c06a12264de77877419a13497 (patch) | |
tree | f0fe668c14518cd180d3949070bc67bce02d94f0 /hid/src | |
parent | 9a10b59ba5a894e704d37a51c562c905d486b72e (diff) |
spi
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 cd3c245a..29982c8d 100644 --- a/hid/src/main.cpp +++ b/hid/src/main.cpp @@ -34,7 +34,7 @@ // #define CMD_SERIAL Serial1 -#define CMD_SERIAL_SPEED 115200 +// #define CMD_SERIAL_SPEED 115200 #define CMD_RECV_TIMEOUT 100000 #define PROTO_MAGIC 0x33 |