diff options
Diffstat (limited to 'quantum/process_keycode')
-rw-r--r-- | quantum/process_keycode/process_leader.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/quantum/process_keycode/process_leader.c b/quantum/process_keycode/process_leader.c index ee8099ca2..f787e6b01 100644 --- a/quantum/process_keycode/process_leader.c +++ b/quantum/process_keycode/process_leader.c | |||
@@ -17,9 +17,7 @@ | |||
17 | #ifdef LEADER_ENABLE | 17 | #ifdef LEADER_ENABLE |
18 | 18 | ||
19 | #include "process_leader.h" | 19 | #include "process_leader.h" |
20 | #ifdef __arm__ | 20 | #include <string.h> |
21 | # include <string.h> | ||
22 | #endif | ||
23 | 21 | ||
24 | #ifndef LEADER_TIMEOUT | 22 | #ifndef LEADER_TIMEOUT |
25 | #define LEADER_TIMEOUT 300 | 23 | #define LEADER_TIMEOUT 300 |