projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor updates to the Benito programmer - remove redundant PORT register manipulations.
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
USBtoSerial
/
Descriptors.h
diff --git
a/Demos/Device/ClassDriver/USBtoSerial/Descriptors.h
b/Demos/Device/ClassDriver/USBtoSerial/Descriptors.h
index
9e372e3
..
730acc6
100644
(file)
--- a/
Demos/Device/ClassDriver/USBtoSerial/Descriptors.h
+++ b/
Demos/Device/ClassDriver/USBtoSerial/Descriptors.h
@@
-40,7
+40,7
@@
#include <avr/pgmspace.h>
\r
\r
#include <LUFA/Drivers/USB/USB.h>
\r
#include <avr/pgmspace.h>
\r
\r
#include <LUFA/Drivers/USB/USB.h>
\r
- #include <LUFA/Drivers/USB/Class/
Device/
CDC.h>
\r
+ #include <LUFA/Drivers/USB/Class/CDC.h>
\r
\r
/* Macros: */
\r
/** Endpoint number of the CDC device-to-host notification IN endpoint. */
\r
\r
/* Macros: */
\r
/** Endpoint number of the CDC device-to-host notification IN endpoint. */
\r