diff options
author | Maxim Devaev <[email protected]> | 2022-09-12 13:04:43 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-09-12 13:04:43 +0300 |
commit | e6b34c9cb1c2988c76deff8714c8e69d43b4fcd7 (patch) | |
tree | 2c20138562fda5812b184f6087549d2902b2f153 /hid/src/main.cpp | |
parent | 615863a84846a5a26e5505bdd5e0d63d3baee6e0 (diff) |
refactoring
Diffstat (limited to 'hid/src/main.cpp')
-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 791ec3ad..991d8c26 100644 --- a/hid/src/main.cpp +++ b/hid/src/main.cpp @@ -49,7 +49,7 @@ static Outputs _out; #ifdef HID_DYNAMIC static bool _reset_required = false; static unsigned long _reset_timestamp; -#define RESET_TIMEOUT (500000) +# define RESET_TIMEOUT 500000 #endif |