Remove duplicate #include of <avr/wdt.h> in the TeensyHID bootloader.
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 28 Dec 2009 00:55:23 +0000 (00:55 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 28 Dec 2009 00:55:23 +0000 (00:55 +0000)
Bootloaders/TeensyHID/TeensyHID.h

index 6d6d56d..3ff23c9 100644 (file)
@@ -40,9 +40,7 @@
                #include <avr/io.h>\r
                #include <avr/wdt.h>\r
                #include <avr/boot.h>\r
-               #include <avr/wdt.h>\r
                #include <avr/power.h>\r
-               #include <util/delay.h>\r
                #include <stdbool.h>\r
 \r
                #include "Descriptors.h"\r