source: asp_ccsproject/asp/sample/sample1.cfg@ 82

Last change on this file since 82 was 82, checked in by ecsg-okazaki, 10 years ago

2014/09/26 ECS E.Okazaki First release.

File size: 358 bytes
Line 
1/*
2 * @(#) $Id: sample1.cfg 718 2008-01-01 12:30:48Z hiro $
3 */
4
5/*
6 * サンプルプログラム(1)のシステムコンフィギュレーションファイル
7 */
8INCLUDE("target_timer.cfg");
9INCLUDE("syssvc/syslog.cfg");
10INCLUDE("syssvc/banner.cfg");
11
12#include "sample1.h"
13CRE_TSK(MAIN_TASK, { TA_ACT, 0, main_task, MAIN_PRIORITY, STACK_SIZE, NULL });
Note: See TracBrowser for help on using the repository browser.