o get lib worwq

king
This commit is contained in:
david
2009-05-26 11:35:06 +02:00
parent a6aade11c4
commit 0fd42d7b1d
5 changed files with 22 additions and 35 deletions

View File

@@ -25,7 +25,7 @@
#ifndef _FATFS
#define _FATFS
#define _WORD_ACCESS 1
#define _WORD_ACCESS 0
/* The _WORD_ACCESS option defines which access method is used to the word
/ data in the FAT structure.
/
@@ -60,7 +60,7 @@
/ data transfer. This reduces memory consumption 512 bytes each file object. */
#define _USE_STRFUNC 1
#define _USE_STRFUNC 0
/* To enable string functions, set _USE_STRFUNC to 1 or 2. */