source: azure_iot_hub_f767zi/trunk/asp_baseplatform/files/storagedevice.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: 379 bytes
Line 
1/*
2 * @(#) $Id$
3 */
4
5/*
6 * STORAGE DEVICEのコンフィギュレーションファイル
7 */
8
9#include "storagedevice.h"
10ATT_INI({TA_NULL, 0, sdev_init});
11ATT_INI({TA_NULL, 0, stdfile_init});
12ATT_INI({TA_NULL, 0, volume_info_init});
13CRE_SEM(SEM_STDFILE, { TA_TPRI, 1, 1 });
14
15#ifndef SDEV_SENSE_ONETIME
16CRE_TSK(SDM_TASK, { TA_ACT, 1, SDMSence_task, 15, 1024, NULL });
17#endif
18
Note: See TracBrowser for help on using the repository browser.