aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/ClassDriver/CDC/Descriptors.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-09-01 11:16:57 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-09-01 11:16:57 +0000
commitf08dda5536738a882927b6071fbea70e4979f505 (patch)
treefb18c93b895a62066f349cfae7a6f87427556dba /Demos/Device/ClassDriver/CDC/Descriptors.h
parentea0cdfc810e1522d3ab45b7317368f8ab821363e (diff)
Move check for devices not supporting internal serials in demos which make use of USE_INTERNAL_SERIAL to Descriptors.c from Descriptors.h so that the warning is only generated at most once per compilation.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@802 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/ClassDriver/CDC/Descriptors.h')
-rw-r--r--Demos/Device/ClassDriver/CDC/Descriptors.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Demos/Device/ClassDriver/CDC/Descriptors.h b/Demos/Device/ClassDriver/CDC/Descriptors.h
index a764b2b3..33ceab9c 100644
--- a/Demos/Device/ClassDriver/CDC/Descriptors.h
+++ b/Demos/Device/ClassDriver/CDC/Descriptors.h
@@ -41,10 +41,6 @@
#include <LUFA/Drivers/USB/USB.h>
#include <LUFA/Drivers/USB/Class/CDC.h>
-
- #if (USE_INTERNAL_SERIAL == NO_DESCRIPTOR)
- #warning USE_INTERNAL_SERIAL is not available on this AVR - please manually construct a device serial descriptor.
- #endif
/* Macros: */
/** Endpoint number of the CDC device-to-host notification IN endpoint. */