aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/MassStorage/Descriptors.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-09-01 11:16:57 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-09-01 11:16:57 +0000
commitbda4bd45016714e892252fc7aaee88f6d20af231 (patch)
treefb18c93b895a62066f349cfae7a6f87427556dba /Demos/Device/LowLevel/MassStorage/Descriptors.h
parentdac7b046fd5d5c5332ca82cd538dd2c50f9128fd (diff)
downloadlufa-bda4bd45016714e892252fc7aaee88f6d20af231.tar.gz
lufa-bda4bd45016714e892252fc7aaee88f6d20af231.tar.bz2
lufa-bda4bd45016714e892252fc7aaee88f6d20af231.zip
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.
Diffstat (limited to 'Demos/Device/LowLevel/MassStorage/Descriptors.h')
-rw-r--r--Demos/Device/LowLevel/MassStorage/Descriptors.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Demos/Device/LowLevel/MassStorage/Descriptors.h b/Demos/Device/LowLevel/MassStorage/Descriptors.h
index 9b9dd7d31..0fa147b75 100644
--- a/Demos/Device/LowLevel/MassStorage/Descriptors.h
+++ b/Demos/Device/LowLevel/MassStorage/Descriptors.h
@@ -41,10 +41,6 @@
#include <avr/pgmspace.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 Mass Storage device-to-host data IN endpoint. */
#define MASS_STORAGE_IN_EPNUM 3