Ensure all USB device class drivers have the same three main functions as their interface for consistency.
This commit is contained in:
parent
a67bd74e3e
commit
4897ef8972
6 changed files with 25 additions and 0 deletions
|
@ -62,6 +62,7 @@ int main(void)
|
|||
if (Speaker_Audio_Interface.InterfaceEnabled)
|
||||
ProcessNextSample();
|
||||
|
||||
USB_Audio_USBTask(&Speaker_Audio_Interface);
|
||||
USB_USBTask();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue