X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/9b2011455585885748164ab76dfaae76fffb0ff9..d26a9ed5fd6fc60a0dfa61d04f5ae2bd7163a85d:/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/pff.h diff --git a/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/pff.h b/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/pff.h index b24339c0c..abd4f541c 100644 --- a/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/pff.h +++ b/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/pff.h @@ -1,11 +1,11 @@ /*---------------------------------------------------------------------------/ -/ Petit FatFs - FAT file system module include file R0.01a (C)ChaN, 2009 +/ Petit FatFs - FAT file system module include file R0.01a (C)ChaN, 2010 /----------------------------------------------------------------------------/ / Petit FatFs module is an open source software to implement FAT file system to / small embedded systems. This is a free software and is opened for education, / research and commercial developments under license policy of following trems. / -/ Copyright (C) 2009, ChaN, all right reserved. +/ Copyright (C) 2010, ChaN, all right reserved. / / * The Petit FatFs module is a free software and there is NO WARRANTY. / * No restriction on use. You can use, modify and redistribute it for @@ -46,7 +46,7 @@ /* To enable pf_lseek function, set _USE_LSEEK to 1. */ -#define _FS_FAT32 0 +#define _FS_FAT32 1 /* To enable FAT32 support, set _FS_FAT32 to 1. */