projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed compilation error in incomplete BluetoothHost demo.
[pub/USBasp.git]
/
Bootloaders
/
TeensyHID
/
TeensyHID.h
diff --git
a/Bootloaders/TeensyHID/TeensyHID.h
b/Bootloaders/TeensyHID/TeensyHID.h
index
9414eec
..
b7d4d6b
100644
(file)
--- a/
Bootloaders/TeensyHID/TeensyHID.h
+++ b/
Bootloaders/TeensyHID/TeensyHID.h
@@
-47,8
+47,7
@@
\r
#include "Descriptors.h"
\r
\r
\r
#include "Descriptors.h"
\r
\r
- #include <LUFA/Version.h> // Library Version Information
\r
- #include <LUFA/Drivers/USB/USB.h> // USB Functionality
\r
+ #include <LUFA/Drivers/USB/USB.h>
\r
\r
/* Preprocessor Checks: */
\r
#if !defined(__AVR_AT90USB162__)
\r
\r
/* Preprocessor Checks: */
\r
#if !defined(__AVR_AT90USB162__)
\r