forked from mirrors/qmk_userspace
		
	[Bug] Fix compilation error when Split Watchdog enabled (#21543)
This commit is contained in:
		
					parent
					
						
							
								495ebe343d
							
						
					
				
			
			
				commit
				
					
						625671d1cf
					
				
			
		
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -31,6 +31,10 @@
 | 
				
			||||||
#    include "rgblight.h"
 | 
					#    include "rgblight.h"
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#if defined(SPLIT_WATCHDOG_ENABLE)
 | 
				
			||||||
 | 
					#    include "bootloader.h"
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef SPLIT_USB_TIMEOUT
 | 
					#ifndef SPLIT_USB_TIMEOUT
 | 
				
			||||||
#    define SPLIT_USB_TIMEOUT 2000
 | 
					#    define SPLIT_USB_TIMEOUT 2000
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue