Changeset 68 for trunk/kernel/vfs/fatfs.c
- Timestamp:
- Jun 27, 2017, 10:24:13 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/vfs/fatfs.c
r53 r68 316 316 assert( (error == 0) , __FUNCTION__ , "cannot access boot record" ); 317 317 318 #if CONFIG_FAT _DEBUG318 #if CONFIG_FATFS_DEBUG 319 319 uint32_t line; 320 320 uint32_t byte = 0;
Note: See TracChangeset
for help on using the changeset viewer.