- Timestamp:
- Aug 19, 2018, 4:11:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/fs/fatfs.c
r457 r463 543 543 #if (DEBUG_FATFS_MOVE & 0x1) 544 544 if( DEBUG_FATFS_MOVE < cycle ) 545 print ("\n[DBG] %s : access local FAT mapper\n"545 printk("\n[DBG] %s : access local FAT mapper\n" 546 546 "fat_mapper_cxy = %x / fat_mapper_ptr = %x / first_cluster_id = %d / index = %d\n", 547 547 __FUNCTION__ , fat_mapper_cxy , fat_mapper_ptr , first_cluster_id , index );
Note: See TracChangeset
for help on using the changeset viewer.