mass rename TUSB_CFG to CFG_TUSB

This commit is contained in:
hathach
2018-04-10 14:31:11 +07:00
parent 3473c71a6a
commit 3c24671960
138 changed files with 628 additions and 626 deletions
+2 -2
View File
@@ -27,7 +27,7 @@
#include "ff.h"
#if TUSB_CFG_HOST_MSC
#if CFG_TUSB_HOST_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 // TUSB_CFG_HOST_MSC
#endif // CFG_TUSB_HOST_MSC