Przeglądaj źródła

Merge remote-tracking branch 'origin/develop' into xap

QMK Bot 3 lat temu
rodzic
commit
d397b2b7e2
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      quantum/split_common/split_util.c

+ 4 - 0
quantum/split_common/split_util.c

@@ -31,6 +31,10 @@
 #    include "rgblight.h"
 #endif
 
+#if defined(SPLIT_WATCHDOG_ENABLE)
+#    include "bootloader.h"
+#endif
+
 #ifndef SPLIT_USB_TIMEOUT
 #    define SPLIT_USB_TIMEOUT 2000
 #endif