diff options
author | Ryan <fauxpark@gmail.com> | 2023-07-22 06:43:14 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-22 06:43:14 +1000 |
commit | d136d490538d38085d938bd2e15d9c73236ff1a5 (patch) | |
tree | 313db517d628e4f503edc7f1ce7a9b1e773aeb48 /quantum/split_common | |
parent | 625671d1cf44ddbade756cd058149cd3971b317c (diff) |
Revert "[Bug] Fix compilation error when Split Watchdog enabled" (#21572)
Diffstat (limited to 'quantum/split_common')
-rw-r--r-- | quantum/split_common/split_util.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/quantum/split_common/split_util.c b/quantum/split_common/split_util.c index 1db02df3b2..fca95e0847 100644 --- 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 |