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

@ -398,7 +398,7 @@
/* Function Prototypes: */
#if defined(INCLUDE_FROM_EVENTS_C)
void USB_Event_Stub (void) ATTR_CONST;
void USB_Event_Stub(void) ATTR_CONST;
#if defined(USB_FULL_CONTROLLER) || defined(USB_MODIFIED_FULL_CONTROLLER)
ALIAS_STUB(USB_VBUSChange);