Explorar el Código

Add explicit eeprom include in split_common

Fixes builds that set EE_HANDS.
James Churchill hace 6 años
padre
commit
563ce3f225
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      quantum/split_common/split_util.c

+ 4 - 0
quantum/split_common/split_util.c

@@ -6,6 +6,10 @@
 #include "split_flags.h"
 #include "quantum.h"
 
+#ifdef EE_HANDS
+#   include "tmk_core/common/eeprom.h"
+#endif
+
 #ifdef BACKLIGHT_ENABLE
 #   include "backlight.h"
 #endif