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/mmc_rspi.c

    r359 r374  
    663663                break;
    664664
    665         case CTRL_TRIM: /* Erase a block of sectors (used when _USE_TRIM == 1) */
     665        case CTRL_TRIM: /* Erase a block of sectors (used when FF_USE_TRIM == 1) */
    666666                if (!(CardType & CT_SDC)) break;                                /* Check if the card is SDC */
    667667                if (mmc_rspi_ioctl(MMC_GET_CSD, csd)) break;    /* Get CSD */
Note: See TracChangeset for help on using the changeset viewer.