diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-10-24 22:53:57 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-10-24 22:53:57 +0000 |
| commit | a603506166b05dce54201b9931e20bfc87903b17 (patch) | |
| tree | 0644f7ed8f76db5e0849195e09892b159df9f475 /Projects/LEDNotifier/Descriptors.h | |
| parent | 7266e1c3fe912f780b78498f64014f9852fb499b (diff) | |
All USB class drivers are now automatically included when LUFA/Drivers/USB.h is included, and no longer need to be seperately included.
All LowLevel demos changed to use the constants and types defined in the USB class drivers.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1537 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/LEDNotifier/Descriptors.h')
| -rw-r--r-- | Projects/LEDNotifier/Descriptors.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Projects/LEDNotifier/Descriptors.h b/Projects/LEDNotifier/Descriptors.h index ddd9495e..e9b55a3d 100644 --- a/Projects/LEDNotifier/Descriptors.h +++ b/Projects/LEDNotifier/Descriptors.h @@ -40,7 +40,6 @@ #include <avr/pgmspace.h> #include <LUFA/Drivers/USB/USB.h> - #include <LUFA/Drivers/USB/Class/CDC.h> /* Macros: */ /** Endpoint number of the CDC device-to-host notification IN endpoint. */ |
