source: UsbWattMeter/trunk/csp/libasp/dummy.cfg

Last change on this file 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: 194 bytes
RevLine 
[164]1/*
2 * @(#) $Id: dummy.cfg 167 2016-03-08 11:37:45Z coas-nagasima $
3 */
4
5/*
6 * サンプルプログラム(1)のシステムコンフィギュレーションファイル
7 */
8#include "dummy.h"
9CRE_TSK(MAIN_TASK, { TA_ACT, 0, dummy_task, MAIN_PRIORITY, STACK_SIZE, NULL });
Note: See TracBrowser for help on using the repository browser.