source: UsbWattMeter/trunk/asp_dcre/syssvc/logtask.cfg@ 167

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

MIMEにSJISを設定

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain; charset=SHIFT_JIS
File size: 267 bytes
Line 
1/*
2 * @(#) $Id: logtask.cfg 167 2016-03-08 11:37:45Z coas-nagasima $
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.