summaryrefslogtreecommitdiff
path: root/lib/fatfs/ccsbcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fatfs/ccsbcs.c')
-rw-r--r--lib/fatfs/ccsbcs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fatfs/ccsbcs.c b/lib/fatfs/ccsbcs.c
index 5cf0dd503..07d6f0983 100644
--- a/lib/fatfs/ccsbcs.c
+++ b/lib/fatfs/ccsbcs.c
@@ -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