Fix FatFS compiler warning

This commit is contained in:
d0k3 2016-12-22 11:44:32 +01:00
parent 36f52950e6
commit 2986ce3d5c

View File

@ -3674,7 +3674,7 @@ FRESULT f_sync (
FATFS *fs; FATFS *fs;
DWORD tm; DWORD tm;
BYTE *dir; BYTE *dir;
DEF_NAMBUF // DEF_NAMBUF
res = validate(&fp->obj, &fs); /* Check validity of the file object */ res = validate(&fp->obj, &fs); /* Check validity of the file object */