aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.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/MouseHostWithParser/MouseHostWithParser.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/MouseHostWithParser/MouseHostWithParser.h')
-rw-r--r--Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.h b/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.h
index b91d6d1a8..cc539fbf2 100644
--- a/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.h
+++ b/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.h
@@ -40,11 +40,11 @@
#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 <LUFA/Drivers/USB/USB.h>
+ #include <LUFA/Drivers/USB/Class/HID.h>
- #include "ConfigDescriptor.h"
#include "HIDReport.h"
/* Macros: */