From ac70ddd0a1c412bb54def48e53caaebd0b5c9c61 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 8 Jun 2009 07:34:16 +0000 Subject: Converted Host mode demos to schedulerless. Fixed host mode broken due to earlier Start-of-frame event experiments. --- Demos/Host/LowLevel/MouseHostWithParser/HIDReport.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Demos/Host/LowLevel/MouseHostWithParser/HIDReport.h') diff --git a/Demos/Host/LowLevel/MouseHostWithParser/HIDReport.h b/Demos/Host/LowLevel/MouseHostWithParser/HIDReport.h index b24885544..f5429f0a9 100644 --- a/Demos/Host/LowLevel/MouseHostWithParser/HIDReport.h +++ b/Demos/Host/LowLevel/MouseHostWithParser/HIDReport.h @@ -37,7 +37,8 @@ #define _HID_REPORT_H_ /* Includes: */ - #include // USB Functionality + #include + #include #include "MouseHostWithParser.h" -- cgit v1.2.3