]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix Preprocessor check for Leader Keys
authorDrashna Jaelre <drashna@live.com>
Tue, 16 Jul 2019 16:22:29 +0000 (09:22 -0700)
committerskullydazed <skullydazed@users.noreply.github.com>
Tue, 16 Jul 2019 16:27:33 +0000 (09:27 -0700)
quantum/process_keycode/process_leader.c

index ee8099ca216024191b7c929b25da5336c614ec1d..f787e6b017a7a809a72b34918db25c7cf94680fe 100644 (file)
@@ -17,9 +17,7 @@
 #ifdef LEADER_ENABLE
 
 #include "process_leader.h"
-#ifdef __arm__
-#   include <string.h>
-#endif
+#include <string.h>
 
 #ifndef LEADER_TIMEOUT
   #define LEADER_TIMEOUT 300