Revert "[Bug] Fix compilation error when Split Watchdog enabled" (#21572)

This commit is contained in:
Ryan 2023-07-22 06:43:14 +10:00 committed by GitHub
parent 625671d1cf
commit d136d49053
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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