diff options
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 |