projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Corrected incorrect signature bytes for the AT90USB82 and added support for the ATMEG...
[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
f78f395
..
730acc6
100644
(file)
--- a/
Demos/Device/ClassDriver/USBtoSerial/Descriptors.h
+++ b/
Demos/Device/ClassDriver/USBtoSerial/Descriptors.h
@@
-42,10
+42,6
@@
#include <LUFA/Drivers/USB/USB.h>
\r
#include <LUFA/Drivers/USB/Class/CDC.h>
\r
\r
#include <LUFA/Drivers/USB/USB.h>
\r
#include <LUFA/Drivers/USB/Class/CDC.h>
\r
\r
- #if (USE_INTERNAL_SERIAL == NO_DESCRIPTOR)
\r
- #warning USE_INTERNAL_SERIAL is not available on this AVR - please manually construct a device serial descriptor.
\r
- #endif
\r
-
\r
/* Macros: */
\r
/** Endpoint number of the CDC device-to-host notification IN endpoint. */
\r
#define CDC_NOTIFICATION_EPNUM 2
\r
/* Macros: */
\r
/** Endpoint number of the CDC device-to-host notification IN endpoint. */
\r
#define CDC_NOTIFICATION_EPNUM 2
\r