Changeset 1906

Show
Ignore:
Timestamp:
11/07/08 12:05:03 (2 months ago)
Author:
batt
Message:

Merged from external project:

**********
r22580 | batt | 2008-10-30 19:00:06 +0100 (gio, 30 ott 2008) | 1 line


Return the correct len.
**********

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bertos/drv/dataflash.c

    r1900 r1906  
    298298        DataFlash *fd = DATAFLASH_CAST((KFile *)d->disk_ctx); 
    299299        dataflash_writeBlock(fd, addr, buf, len); 
    300         return true
     300        return len
    301301} 
    302302