projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Move check for devices not supporting internal serials in demos which make use of...
[pub/USBasp.git]
/
Demos
/
Device
/
LowLevel
/
CDC
/
Descriptors.h
diff --git
a/Demos/Device/LowLevel/CDC/Descriptors.h
b/Demos/Device/LowLevel/CDC/Descriptors.h
index
a3d101e
..
08e2e35
100644
(file)
--- a/
Demos/Device/LowLevel/CDC/Descriptors.h
+++ b/
Demos/Device/LowLevel/CDC/Descriptors.h
@@
-40,10
+40,6
@@
#include <LUFA/Drivers/USB/USB.h>
\r
\r
#include <avr/pgmspace.h>
\r
#include <LUFA/Drivers/USB/USB.h>
\r
\r
#include <avr/pgmspace.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
/** Macro to define a CDC class-specific functional descriptor. CDC functional descriptors have a
\r
\r
/* Macros: */
\r
/** Macro to define a CDC class-specific functional descriptor. CDC functional descriptors have a
\r