commit 625671d1cf44ddbade756cd058149cd3971b317c
parent 495ebe343dedd1bd8682d4b44dbe936223a604da
Author: Drashna Jaelre <drashna@live.com>
Date: Thu, 20 Jul 2023 18:40:05 -0700
[Bug] Fix compilation error when Split Watchdog enabled (#21543)
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/quantum/split_common/split_util.c b/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