commit d136d490538d38085d938bd2e15d9c73236ff1a5
parent 625671d1cf44ddbade756cd058149cd3971b317c
Author: Ryan <fauxpark@gmail.com>
Date: Sat, 22 Jul 2023 06:43:14 +1000
Revert "[Bug] Fix compilation error when Split Watchdog enabled" (#21572)
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/quantum/split_common/split_util.c b/quantum/split_common/split_util.c
@@ -31,10 +31,6 @@
# include "rgblight.h"
#endif
-#if defined(SPLIT_WATCHDOG_ENABLE)
-# include "bootloader.h"
-#endif
-
#ifndef SPLIT_USB_TIMEOUT
# define SPLIT_USB_TIMEOUT 2000
#endif