Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions.

This commit is contained in:
Dean Camera 2009-11-23 13:35:52 +00:00
parent 8b009bc113
commit 702bec892d
7 changed files with 17 additions and 16 deletions

View file

@ -15,11 +15,7 @@
DSTATUS disk_initialize (void)
{
DSTATUS stat;
stat = RES_OK;
return stat;
return RES_OK;
}