diff options
Diffstat (limited to 'vendor/fatfs/ff.c')
| -rw-r--r-- | vendor/fatfs/ff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/fatfs/ff.c b/vendor/fatfs/ff.c index ee2b6c0f7..897965332 100644 --- a/vendor/fatfs/ff.c +++ b/vendor/fatfs/ff.c @@ -99,7 +99,7 @@ #include "ff.h" /* FatFs configurations and declarations */ #include "diskio.h" /* Declarations of low level disk I/O functions */ -#if TUSB_CFG_HOST_MSC +#if CFG_TUSB_HOST_MSC /*-------------------------------------------------------------------------- Module Private Definitions @@ -4327,4 +4327,4 @@ int f_printf ( #endif /* !_FS_READONLY */ #endif /* _USE_STRFUNC */ -#endif // TUSB_CFG_HOST_MSC +#endif // CFG_TUSB_HOST_MSC |
