[Bug] Fix compilation error when Split Watchdog enabled (#21543)

This commit is contained in:
Drashna Jaelre 2023-07-20 18:40:05 -07:00 committed by GitHub
parent 495ebe343d
commit 625671d1cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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