Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions.
This commit is contained in:
parent
8b009bc113
commit
702bec892d
7 changed files with 17 additions and 16 deletions
|
@ -15,11 +15,7 @@
|
|||
|
||||
DSTATUS disk_initialize (void)
|
||||
{
|
||||
DSTATUS stat;
|
||||
|
||||
stat = RES_OK;
|
||||
|
||||
return stat;
|
||||
return RES_OK;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue