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
+1 -1
View File
@@ -202,4 +202,4 @@ DWORD get_fattime (void)
return timestamp.value;
}
#endif
#endif // TUSB_CFG_HOST_MSC
+3 -1
View File
@@ -99,7 +99,7 @@
#include "ff.h" /* FatFs configurations and declarations */
#include "diskio.h" /* Declarations of low level disk I/O functions */
#if TUSB_CFG_HOST_MSC
/*--------------------------------------------------------------------------
Module Private Definitions
@@ -4323,3 +4323,5 @@ int f_printf (
#endif /* !_FS_READONLY */
#endif /* _USE_STRFUNC */
#endif // TUSB_CFG_HOST_MSC
+1
View File
@@ -23,6 +23,7 @@ extern "C" {
#include "integer.h" /* Basic integer types */
#include "ffconf.h" /* FatFs configuration options */
#include "tusb_config.h"
#if _FATFS != _FFCONF
#error Wrong configuration file (ffconf.h).