Changeset 337 for soft/giet_vm/giet_fat32
- Timestamp:
- Jun 19, 2014, 1:36:59 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_fat32/fat32.c
r314 r337 1116 1116 { 1117 1117 _printf("\n########################## FAT32 ###########################"); 1118 _printf("\nFAT initialised % d", fat.initialised );1118 _printf("\nFAT initialised %x", fat.initialised ); 1119 1119 _printf("\nSector Size (bytes) %x", fat.sector_size ); 1120 1120 _printf("\nSectors per cluster %x", fat.sectors_per_cluster ); … … 1314 1314 unsigned int y = cid & ((1<<Y_WIDTH) - 1); 1315 1315 1316 _printf("\n[FAT DEBUG] Processor[%d,%d,%d] enters _fat_read() for file %s\n" ,1316 _printf("\n[FAT DEBUG] Processor[%d,%d,%d] enters _fat_read() for file %s\n" 1317 1317 " - buffer vbase = %x\n" 1318 1318 " - skipped sectors = %x\n"
Note: See TracChangeset
for help on using the changeset viewer.