Skip to content

Commit

Permalink
[Bug] Fix compilation error when Split Watchdog enabled (#21543)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored Jul 21, 2023
1 parent 495ebe3 commit 625671d
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 625671d

Please sign in to comment.