diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-06-15 13:42:34 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-06-15 13:42:34 +0000 |
| commit | 43e7ffaadaef06574cb69b5f9a86b9ba13dd23ec (patch) | |
| tree | dc1c0d27066a640cb90c2460298bb60629a9021d /Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h | |
| parent | 4431d275dfa51d4fbd892d7efd961a36f112b2e1 (diff) | |
Remove ConfigDescriptor.c/.h files from the ClassDriver Host demos, as they will be obsoleted when the Host mode class drivers are complete. Add new StillImage stub class driver common header.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@601 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h')
| -rw-r--r-- | Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h b/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h index 4aa09e1b..883e0ca4 100644 --- a/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h +++ b/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h @@ -46,11 +46,10 @@ #include <LUFA/Version.h>
#include <LUFA/Drivers/Misc/TerminalCodes.h>
- #include <LUFA/Drivers/USB/USB.h>
#include <LUFA/Drivers/Peripheral/SerialStream.h>
#include <LUFA/Drivers/Board/LEDs.h>
-
- #include "ConfigDescriptor.h"
+ #include <LUFA/Drivers/USB/USB.h>
+ #include <LUFA/Drivers/USB/Class/HID.h>
/* Macros: */
/** Pipe number for the keyboard data IN pipe */
|
