Ignore:
Timestamp:
Apr 5, 2019, 9:26:53 PM (5 years ago)
Author:
coas-nagasima
Message:

mbed関連を更新
シリアルドライバをmbedのHALを使うよう変更
ファイルディスクリプタの処理を更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_rx/trunk/ntshell/fatfs/diskio.h

    r337 r374  
    6060
    6161/* Generic command (Used by FatFs) */
    62 #define CTRL_SYNC                       0       /* Complete pending write process (needed at _FS_READONLY == 0) */
    63 #define GET_SECTOR_COUNT        1       /* Get media size (needed at _USE_MKFS == 1) */
    64 #define GET_SECTOR_SIZE         2       /* Get sector size (needed at _MAX_SS != _MIN_SS) */
    65 #define GET_BLOCK_SIZE          3       /* Get erase block size (needed at _USE_MKFS == 1) */
    66 #define CTRL_TRIM                       4       /* Inform device that the data on the block of sectors is no longer used (needed at _USE_TRIM == 1) */
     62#define CTRL_SYNC                       0       /* Complete pending write process (needed at FF_FS_READONLY == 0) */
     63#define GET_SECTOR_COUNT        1       /* Get media size (needed at FF_USE_MKFS == 1) */
     64#define GET_SECTOR_SIZE         2       /* Get sector size (needed at FF_MAX_SS != FF_MIN_SS) */
     65#define GET_BLOCK_SIZE          3       /* Get erase block size (needed at FF_USE_MKFS == 1) */
     66#define CTRL_TRIM                       4       /* Inform device that the data on the block of sectors is no longer used (needed at FF_USE_TRIM == 1) */
    6767
    6868/* Generic command (Not used by FatFs) */
Note: See TracChangeset for help on using the changeset viewer.