Moved USB Host state machine code out from USBTask.c and into Host.c, where it more properly belongs.
This commit is contained in:
parent
da007db18d
commit
4904b10ef6
8 changed files with 182 additions and 176 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue