aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-15 13:42:34 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-15 13:42:34 +0000
commit84d77833503151acffbdda6217fa8ce59c6b4b8a (patch)
treedc1c0d27066a640cb90c2460298bb60629a9021d /Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h
parent345506b11c6b816eaa7925ca115d75714d960249 (diff)
downloadlufa-84d77833503151acffbdda6217fa8ce59c6b4b8a.tar.gz
lufa-84d77833503151acffbdda6217fa8ce59c6b4b8a.tar.bz2
lufa-84d77833503151acffbdda6217fa8ce59c6b4b8a.zip
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.
Diffstat (limited to 'Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h')
-rw-r--r--Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h b/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h
index 4aa09e1b7..883e0ca42 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 */