Changeset 68 for trunk/kernel/vfs


Ignore:
Timestamp:
Jun 27, 2017, 10:24:13 AM (7 years ago)
Author:
alain
Message:

Fix bug in kernel_init, and reduce size of remote_fifo.

File:
1 edited

Legend:

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

    r53 r68  
    316316    assert( (error == 0) , __FUNCTION__ , "cannot access boot record" );
    317317
    318 #if CONFIG_FAT_DEBUG
     318#if CONFIG_FATFS_DEBUG
    319319    uint32_t   line;
    320320    uint32_t   byte = 0;
Note: See TracChangeset for help on using the changeset viewer.