refactoring

This commit is contained in:
Maxim Devaev
2022-09-12 13:04:43 +03:00
parent 615863a848
commit e6b34c9cb1
4 changed files with 2 additions and 3 deletions

View File

@@ -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