aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-08 07:34:16 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-08 07:34:16 +0000
commitac70ddd0a1c412bb54def48e53caaebd0b5c9c61 (patch)
treea36501a89cb67ffffd278d94ae4b6519b1d60af9 /Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h
parent33a018474913701fa9ef8e962acf58accd1184d2 (diff)
downloadlufa-ac70ddd0a1c412bb54def48e53caaebd0b5c9c61.tar.gz
lufa-ac70ddd0a1c412bb54def48e53caaebd0b5c9c61.tar.bz2
lufa-ac70ddd0a1c412bb54def48e53caaebd0b5c9c61.zip
Converted Host mode demos to schedulerless. Fixed host mode broken due to earlier Start-of-frame event experiments.
Diffstat (limited to 'Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h')
-rw-r--r--Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h b/Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h
index 20968872e..a141ffb8c 100644
--- a/Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h
+++ b/Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h
@@ -37,7 +37,8 @@
#define _HID_REPORT_H_
/* Includes: */
- #include <LUFA/Drivers/USB/USB.h> // USB Functionality
+ #include <LUFA/Drivers/USB/USB.h>
+ #include <LUFA/Drivers/USB/Class/Host/HIDParser.h>
#include "KeyboardHostWithParser.h"