source: azure_iot_hub_f767zi/trunk/asp_baseplatform/files/ff/fatfs.cfg@ 457

Last change on this file since 457 was 457, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain;charset=UTF-8
File size: 325 bytes
Line 
1/*
2 * @(#) $Id$
3 */
4
5/*
6 * FATFSのコンフィギュレーションファイル
7 */
8
9#include "ff.h"
10#include "sddiskio.h"
11
12ATT_INI({TA_NULL, 0, sd_init});
13
14CRE_SEM(SEMID_FATFS1,{ TA_TPRI, 1, 1 });
15CRE_SEM(SEMID_FATFS2,{ TA_TPRI, 1, 1 });
16CRE_SEM(SEMID_FATFS3,{ TA_TPRI, 1, 1 });
17CRE_SEM(SEMID_FATFS4,{ TA_TPRI, 1, 1 });
18
Note: See TracBrowser for help on using the repository browser.