projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix TemperatureDataLogger - sample tick timer wasn't being initialized in the correct...
[pub/USBasp.git]
/
Projects
/
TemperatureDataLogger
/
Lib
/
FATFs
/
ffconf.h
diff --git
a/Projects/TemperatureDataLogger/Lib/FATFs/ffconf.h
b/Projects/TemperatureDataLogger/Lib/FATFs/ffconf.h
index
06859a0
..
88fed5b
100644
(file)
--- a/
Projects/TemperatureDataLogger/Lib/FATFs/ffconf.h
+++ b/
Projects/TemperatureDataLogger/Lib/FATFs/ffconf.h
@@
-139,7
+139,7
@@
/ System Configurations
\r
/----------------------------------------------------------------------------*/
\r
\r
/ System Configurations
\r
/----------------------------------------------------------------------------*/
\r
\r
-#define _WORD_ACCESS
0
/* 0 or 1 */
\r
+#define _WORD_ACCESS
1
/* 0 or 1 */
\r
/* The _WORD_ACCESS option defines which access method is used to the word
\r
/ data on the FAT volume.
\r
/
\r
/* The _WORD_ACCESS option defines which access method is used to the word
\r
/ data on the FAT volume.
\r
/
\r