projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove duplicate #include of <avr/wdt.h> in the TeensyHID bootloader.
[pub/USBasp.git]
/
Bootloaders
/
TeensyHID
/
TeensyHID.h
diff --git
a/Bootloaders/TeensyHID/TeensyHID.h
b/Bootloaders/TeensyHID/TeensyHID.h
index
6d6d56d
..
3ff23c9
100644
(file)
--- a/
Bootloaders/TeensyHID/TeensyHID.h
+++ b/
Bootloaders/TeensyHID/TeensyHID.h
@@
-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