From 4904b10ef689a11b420c0a32da747533f4378712 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 13 May 2009 14:13:57 +0000 Subject: Moved USB Host state machine code out from USBTask.c and into Host.c, where it more properly belongs. --- Demos/Device/Keyboard/Keyboard.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Demos/Device') diff --git a/Demos/Device/Keyboard/Keyboard.c b/Demos/Device/Keyboard/Keyboard.c index 7b9317265..928d95b62 100644 --- a/Demos/Device/Keyboard/Keyboard.c +++ b/Demos/Device/Keyboard/Keyboard.c @@ -44,9 +44,7 @@ TASK_LIST { .Task = USB_USBTask , .TaskStatus = TASK_STOP }, #endif - #if !defined(INTERRUPT_DATA_ENDPOINT) { .Task = USB_Keyboard_Report , .TaskStatus = TASK_STOP }, - #endif }; /* Global Variables */ -- cgit v1.2.3