Pinconfig für Endbadge.
[hackover2013-badge-firmware.git] / drivers / fatfs / ffconf.h
index 1ffe18b..0218591 100644 (file)
 /   3: f_lseek is removed in addition to level 2. */
 
 
-#define _USE_STRFUNC    0       /* 0, 1 or 2 */
+#define _USE_STRFUNC    1       /* 0, 1 or 2 */
 /* To enable string functions, set _USE_STRFUNC to 1 or 2. */
 
 
-#define _USE_MKFS       1               /* 0 or 1 */
+#define _USE_MKFS       0               /* 0 or 1 */
 /* To enable f_mkfs function, set _USE_MKFS to 1 and set _FS_READONLY to 0 */
 
 
This page took 0.022732 seconds and 4 git commands to generate.