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

FATFSのマクロ名を変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/ntshell/webserver/httpd-fs.c

    r331 r434  
    6969        FRESULT res;
    7070        FILINFO fno;
    71         DIR dir;
     71        FATFS_DIR dir;
    7272        int i;
    7373        char *fn;   /* This function assumes non-Unicode configuration */
     
    102102        FIL *fd = (FIL *)&file->fd;
    103103        FILINFO fno;
    104         DIR dir;
     104        FATFS_DIR dir;
    105105
    106106        file->pos = 0;
Note: See TracChangeset for help on using the changeset viewer.