Skip to content

Commit

Permalink
[Bug] Fix compilation error when Split Watchdog enabled (qmk#21543)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored and akeep committed Oct 2, 2023
1 parent 2dee5e8 commit 4ee12f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quantum/split_common/split_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ee12f8

Please sign in to comment.