aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/ClassDriver/MouseHostWithParser/HIDReport.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-06-15 13:42:34 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-06-15 13:42:34 +0000
commit43e7ffaadaef06574cb69b5f9a86b9ba13dd23ec (patch)
treedc1c0d27066a640cb90c2460298bb60629a9021d /Demos/Host/ClassDriver/MouseHostWithParser/HIDReport.h
parent4431d275dfa51d4fbd892d7efd961a36f112b2e1 (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/MouseHostWithParser/HIDReport.h')
-rw-r--r--Demos/Host/ClassDriver/MouseHostWithParser/HIDReport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/ClassDriver/MouseHostWithParser/HIDReport.h b/Demos/Host/ClassDriver/MouseHostWithParser/HIDReport.h
index f5429f0a..acfbc8a8 100644
--- a/Demos/Host/ClassDriver/MouseHostWithParser/HIDReport.h
+++ b/Demos/Host/ClassDriver/MouseHostWithParser/HIDReport.h
@@ -38,7 +38,7 @@
/* Includes: */
#include <LUFA/Drivers/USB/USB.h>
- #include <LUFA/Drivers/USB/Class/Host/HIDParser.h>
+ #include <LUFA/Drivers/USB/Class/Host/HID.h>
#include "MouseHostWithParser.h"