X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/0ea819f7814a9eda0d5bfbb5125abb113634724f..d11ed10c5314c44dc01c06954d1d73d4894cbff8:/Projects/TemperatureDataLogger/Lib/FATFs/ffconf.h?ds=inline diff --git a/Projects/TemperatureDataLogger/Lib/FATFs/ffconf.h b/Projects/TemperatureDataLogger/Lib/FATFs/ffconf.h index 88fed5b44..9b414e979 100644 --- a/Projects/TemperatureDataLogger/Lib/FATFs/ffconf.h +++ b/Projects/TemperatureDataLogger/Lib/FATFs/ffconf.h @@ -1,5 +1,5 @@ /*---------------------------------------------------------------------------/ -/ FatFs - FAT file system module configuration file R0.07e (C)ChaN, 2009 +/ FatFs - FAT file system module configuration file R0.07e (C)ChaN, 2010 /----------------------------------------------------------------------------/ / / CAUTION! Do not forget to make clean the project after any changes to @@ -36,7 +36,7 @@ / 3: f_lseek is removed in addition to level 2. */ -#define _USE_STRFUNC 1 /* 0, 1 or 2 */ +#define _USE_STRFUNC 0 /* 0, 1 or 2 */ /* To enable string functions, set _USE_STRFUNC to 1 or 2. */