~ruther/qmk_firmware

625671d1cf44ddbade756cd058149cd3971b317c — Drashna Jaelre 1 year, 10 months ago 495ebe3
[Bug] Fix compilation error when Split Watchdog enabled (#21543)

1 files changed, 4 insertions(+), 0 deletions(-)

M quantum/split_common/split_util.c
M quantum/split_common/split_util.c => quantum/split_common/split_util.c +4 -0
@@ 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

Do not follow this link