FatFS: Update to R0.13c (p4) and fix some crit issues

This commit is contained in:
CTCaer
2019-09-12 23:18:39 +03:00
parent 252a57ef6a
commit 08d212d4da
4 changed files with 32 additions and 18 deletions

View File

@@ -16,7 +16,7 @@
*/
/*----------------------------------------------------------------------------/
/ FatFs - Generic FAT Filesystem Module R0.13c (p3) /
/ FatFs - Generic FAT Filesystem Module R0.13c (p4) /
/-----------------------------------------------------------------------------/
/
/ Copyright (C) 2018, ChaN, all right reserved.
@@ -4440,9 +4440,9 @@ FRESULT f_getcwd (
TCHAR *tp = buff;
#if FF_VOLUMES >= 2
UINT vl;
#endif
#if FF_STR_VOLUME_ID
const char *vp;
#endif
#endif
FILINFO fno;
DEF_NAMBUF