Fixed USB_USBTask not being called internally in stream transfers between packets when Partial Stream Transfers are used.

Remove old unused function prototype in the LowLevel MassStorage device demo.
This commit is contained in:
Dean Camera 2011-07-25 01:11:24 +00:00
parent 110711598a
commit 5c274d106b
5 changed files with 13 additions and 14 deletions

View file

@ -90,7 +90,5 @@
static void ReturnCommandStatus(void);
#endif
uint8_t StreamCallback_AbortOnMassStoreReset(void);
#endif