rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSC
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
#include "ff.h"
|
||||
|
||||
#if CFG_TUSB_HOST_MSC
|
||||
#if CFG_TUH_MSC
|
||||
|
||||
#if _CODE_PAGE == 437
|
||||
#define _TBLDEF 1
|
||||
@@ -540,4 +540,4 @@ WCHAR ff_wtoupper ( /* Upper converted character */
|
||||
return tbl_lower[i] ? tbl_upper[i] : chr;
|
||||
}
|
||||
|
||||
#endif // CFG_TUSB_HOST_MSC
|
||||
#endif // CFG_TUH_MSC
|
||||
|
@@ -38,7 +38,7 @@
|
||||
|
||||
#include "tusb.h"
|
||||
|
||||
#if CFG_TUSB_HOST_MSC
|
||||
#if CFG_TUH_MSC
|
||||
//--------------------------------------------------------------------+
|
||||
// INCLUDE
|
||||
//--------------------------------------------------------------------+
|
||||
@@ -204,4 +204,4 @@ DWORD get_fattime (void)
|
||||
return timestamp.value;
|
||||
}
|
||||
|
||||
#endif // CFG_TUSB_HOST_MSC
|
||||
#endif // CFG_TUH_MSC
|
||||
|
@@ -99,7 +99,7 @@
|
||||
#include "ff.h" /* FatFs configurations and declarations */
|
||||
#include "diskio.h" /* Declarations of low level disk I/O functions */
|
||||
|
||||
#if CFG_TUSB_HOST_MSC
|
||||
#if CFG_TUH_MSC
|
||||
/*--------------------------------------------------------------------------
|
||||
|
||||
Module Private Definitions
|
||||
@@ -4327,4 +4327,4 @@ int f_printf (
|
||||
#endif /* !_FS_READONLY */
|
||||
#endif /* _USE_STRFUNC */
|
||||
|
||||
#endif // CFG_TUSB_HOST_MSC
|
||||
#endif // CFG_TUH_MSC
|
||||
|
Reference in New Issue
Block a user