rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSC

This commit is contained in:
hathach
2018-12-06 22:24:31 +07:00
parent 5b09774ae0
commit 7d3ff7aff6
23 changed files with 35 additions and 35 deletions

View File

@@ -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