Upgrade FatFs to R0.13b

This commit is contained in:
TuxSH
2018-05-06 17:42:00 +02:00
parent 4265dc7b65
commit 8b418732ad
18 changed files with 1757 additions and 1056 deletions

View File

@@ -52,7 +52,7 @@ void ff_memfree (
int ff_cre_syncobj ( /* 1:Function succeeded, 0:Could not create the sync object */
BYTE vol, /* Corresponding volume (logical drive number) */
FF_SYNC_t *sobj /* Pointer to return the created sync object */
FF_SYNC_t* sobj /* Pointer to return the created sync object */
)
{
/* Win32 */