Moved USB Host state machine code out from USBTask.c and into Host.c, where it more properly belongs.

This commit is contained in:
Dean Camera 2009-05-13 14:13:57 +00:00
parent da007db18d
commit 4904b10ef6
8 changed files with 182 additions and 176 deletions

View file

@ -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 */