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
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue