Ignore:
Timestamp:
Jul 5, 2020, 10:49:56 PM (4 years ago)
Author:
coas-nagasima
Message:

sdfsを更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/ntshell/fatfs/ffconf.h

    r434 r435  
    44
    55#define FFCONF_DEF 64180        /* Revision ID */
     6
     7#define FFS_DBG                 0
    68
    79/*---------------------------------------------------------------------------/
     
    125127
    126128
     129#define FF_LFN_BUF              255
     130#define FF_SFN_BUF              12
     131/* This set of options defines size of file name members in the FILINFO structure
     132/  which is used to read out directory items. These values should be suffcient for
     133/  the file names to read. The maximum possible length of the read file name depends
     134/  on character encoding. When LFN is not enabled, these options have no effect. */
     135
     136
    127137#define FF_FS_RPATH     2
    128138/* This option configures relative path feature.
Note: See TracChangeset for help on using the changeset viewer.