Sfoglia il codice sorgente

Fix Preprocessor check for Leader Keys

Drashna Jaelre 5 anni fa
parent
commit
e5d2cb8f98
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. 1 3
      quantum/process_keycode/process_leader.c

+ 1 - 3
quantum/process_keycode/process_leader.c

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