Changeset 463 for trunk


Ignore:
Timestamp:
Aug 19, 2018, 4:11:27 PM (6 years ago)
Author:
viala@…
Message:

FIX fatfs.c: fix typo print instead of printk in macro.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/fs/fatfs.c

    r457 r463  
    543543#if (DEBUG_FATFS_MOVE & 0x1)
    544544if( DEBUG_FATFS_MOVE < cycle )
    545 print("\n[DBG] %s : access local FAT mapper\n"
     545printk("\n[DBG] %s : access local FAT mapper\n"
    546546"fat_mapper_cxy = %x / fat_mapper_ptr = %x / first_cluster_id = %d / index = %d\n",
    547547__FUNCTION__ , fat_mapper_cxy , fat_mapper_ptr , first_cluster_id , index );
Note: See TracChangeset for help on using the changeset viewer.