Ignore:
Timestamp:
Dec 6, 2019, 12:07:51 PM (4 years ago)
Author:
alain
Message:

Fix several bugs in the FATFS and in the VFS,
related to the creation of big files requiring
more than 4 Kbytes (one cluster) on device.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user/display/display.c

    r644 r656  
    5656    }
    5757}       
    58 ////////////
    59 void main()
     58////////////////
     59int main( void )
    6060{
    6161
     
    141141   
    142142    exit(0);
     143
     144    return 0;
    143145}
Note: See TracChangeset for help on using the changeset viewer.