Changeset 10 for trunk/kernel/vfs/fatfs.c
- Timestamp:
- Apr 26, 2017, 2:24:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/vfs/fatfs.c
r1 r10 252 252 253 253 // compute FATFS_cluster index for the accessed page 254 uint32_t cluster ;254 uint32_t cluster = 0; 255 255 error_t error = fatfs_cluster_from_index( fatfs_ctx, 256 256 first_cluster,
Note: See TracChangeset
for help on using the changeset viewer.