From 328e2b116348ad2c853bc4f53a41f745f383e706 Mon Sep 17 00:00:00 2001 From: schneider Date: Wed, 21 Dec 2011 19:45:36 +0100 Subject: [PATCH] filesystem: use word access --- firmware/filesystem/ffconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/filesystem/ffconf.h b/firmware/filesystem/ffconf.h index 53ce339..3224e13 100644 --- a/firmware/filesystem/ffconf.h +++ b/firmware/filesystem/ffconf.h @@ -153,7 +153,7 @@ / System Configurations /----------------------------------------------------------------------------*/ -#define _WORD_ACCESS 0 /* 0 or 1 */ +#define _WORD_ACCESS 1 /* 0 or 1 */ /* Set 0 first and it is always compatible with all platforms. The _WORD_ACCESS / option defines which access method is used to the word data on the FAT volume. /