source: azure_iot_hub_riscv/trunk/asp_baseplatform/syssvc/logtask.cfg@ 453

Last change on this file since 453 was 453, 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: 292 bytes
Line 
1/*
2 * @(#) $Id$
3 */
4
5/*
6 * システムログタスクのコンフィギュレーションファイル
7 */
8
9#include "syssvc/logtask.h"
10CRE_TSK(LOGTASK, { TA_ACT, LOGTASK_PORTID, logtask_main,
11 LOGTASK_PRIORITY, LOGTASK_STACK_SIZE, NULL });
12ATT_TER({ TA_NULL, 0, logtask_terminate });
Note: See TracBrowser for help on using the repository browser.