|
@@ -99,7 +99,7 @@
|
|
|
#include "ff.h" /* FatFs configurations and declarations */
|
|
#include "ff.h" /* FatFs configurations and declarations */
|
|
|
#include "diskio.h" /* Declarations of low level disk I/O functions */
|
|
#include "diskio.h" /* Declarations of low level disk I/O functions */
|
|
|
|
|
|
|
|
-#if CFG_TUSB_HOST_MSC
|
|
|
|
|
|
|
+#if CFG_TUH_MSC
|
|
|
/*--------------------------------------------------------------------------
|
|
/*--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
Module Private Definitions
|
|
Module Private Definitions
|
|
@@ -4327,4 +4327,4 @@ int f_printf (
|
|
|
#endif /* !_FS_READONLY */
|
|
#endif /* !_FS_READONLY */
|
|
|
#endif /* _USE_STRFUNC */
|
|
#endif /* _USE_STRFUNC */
|
|
|
|
|
|
|
|
-#endif // CFG_TUSB_HOST_MSC
|
|
|
|
|
|
|
+#endif // CFG_TUH_MSC
|