Update projects using FatFS and PetiteFatFS to the latest library versions.

This commit is contained in:
Dean Camera 2011-02-06 15:17:46 +00:00
parent b1d7568651
commit a95d224185
18 changed files with 2486 additions and 1915 deletions

View file

@ -1,5 +1,5 @@
/*-----------------------------------------------------------------------*/
/* Low level disk I/O module skeleton for Petit FatFs (C)ChaN, 2010 */
/* Low level disk I/O module skeleton for Petit FatFs (C)ChaN, 2009 */
/*-----------------------------------------------------------------------*/
#include "diskio.h"
@ -25,7 +25,7 @@ DSTATUS disk_initialize (void)
/*-----------------------------------------------------------------------*/
DRESULT disk_readp (
void* dest, /* Pointer to the destination object */
BYTE* dest, /* Pointer to the destination object */
DWORD sector, /* Sector number (LBA) */
WORD sofs, /* Offset in the sector */
WORD count /* Byte count (bit15:destination) */