From 2986ce3d5c45b5b4ab781d951bfdb30cb06018ec Mon Sep 17 00:00:00 2001 From: d0k3 Date: Thu, 22 Dec 2016 11:44:32 +0100 Subject: [PATCH] Fix FatFS compiler warning --- source/fatfs/ff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fatfs/ff.c b/source/fatfs/ff.c index 3d0d976..b398e87 100644 --- a/source/fatfs/ff.c +++ b/source/fatfs/ff.c @@ -3674,7 +3674,7 @@ FRESULT f_sync ( FATFS *fs; DWORD tm; BYTE *dir; - DEF_NAMBUF + // DEF_NAMBUF res = validate(&fp->obj, &fs); /* Check validity of the file object */