mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	Remove duplicate #include of <avr/wdt.h> in the TeensyHID bootloader.
This commit is contained in:
		
							parent
							
								
									d4ca7fb44c
								
							
						
					
					
						commit
						39ab7507dd
					
				@ -40,9 +40,7 @@
 | 
				
			|||||||
		#include <avr/io.h>
 | 
							#include <avr/io.h>
 | 
				
			||||||
		#include <avr/wdt.h>
 | 
							#include <avr/wdt.h>
 | 
				
			||||||
		#include <avr/boot.h>
 | 
							#include <avr/boot.h>
 | 
				
			||||||
		#include <avr/wdt.h>
 | 
					 | 
				
			||||||
		#include <avr/power.h>
 | 
							#include <avr/power.h>
 | 
				
			||||||
		#include <util/delay.h>
 | 
					 | 
				
			||||||
		#include <stdbool.h>
 | 
							#include <stdbool.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		#include "Descriptors.h"
 | 
							#include "Descriptors.h"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user