diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-06-08 07:34:16 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-06-08 07:34:16 +0000 |
| commit | f84741c0c8f8e837736a8673d66839d8cb36150b (patch) | |
| tree | a36501a89cb67ffffd278d94ae4b6519b1d60af9 /Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h | |
| parent | 9d5954a67ea00efe83b44ced6039a9257a6117f2 (diff) | |
Converted Host mode demos to schedulerless. Fixed host mode broken due to earlier Start-of-frame event experiments.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@580 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h')
| -rw-r--r-- | Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h b/Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h index 20968872..a141ffb8 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"
|
