house keeping

This commit is contained in:
hathach
2013-09-26 15:15:16 +07:00
parent a6726f7d39
commit 238afb474f
6 changed files with 52 additions and 12 deletions
+3
View File
@@ -27,6 +27,7 @@
#include "ff.h"
#if TUSB_CFG_HOST_MSC
#if _CODE_PAGE == 437
#define _TBLDEF 1
@@ -538,3 +539,5 @@ WCHAR ff_wtoupper ( /* Upper converted character */
return tbl_lower[i] ? tbl_upper[i] : chr;
}
#endif // TUSB_CFG_HOST_MSC