/ * Redistributions of source code must retain the above copyright notice.
/----------------------------------------------------------------------------*/
-#include "integer.h"
-#include "cfg/cfg_fat.h"
-
/*---------------------------------------------------------------------------/
/ FatFs Configuration Options
/
#ifndef _FATFS
#define _FATFS
+#include "integer.h"
+#include "cfg/cfg_fat.h"
+
#ifndef _WORD_ACCESS
#define _WORD_ACCESS 0
#endif
#ifndef _USE_MKFS
#define _USE_MKFS 0
-#define
+#endif
/* To enable f_mkfs function, set _USE_MKFS to 1 and set _FS_READONLY to 0 */