rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSC
This commit is contained in:
@@ -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