Changes between Version 28 and Version 29 of file_system


Ignore:
Timestamp:
Nov 3, 2015, 10:08:49 AM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • file_system

    v28 v29  
    122122 * '''count''' : number of bytes
    123123 * '''phys''' : use _physical_memcpy instead of memcpy
    124 Returns the number of bytes actually transfered on success. Returns 0 if EOF is encountered (offset + count > file_size). Returns a negative value on error:
     124Returns the number of bytes actually transferred. Returns a negative value on error:
    125125 * GIET_FAT32_NOT_INITIALIZED,
    126126 * GIET_FAT32_INVALID_FD,