source: asp3_wo_tecs/trunk/extension/messagebuf/test/test_messagebuf1.cfg@ 306

Last change on this file since 306 was 306, checked in by ertl-honda, 7 years ago

3.1.0を反映

File size: 495 bytes
Line 
1/*
2 * メッセージバッファのテスト(1)のシステムコンフィギュレーションファイル
3 *
4 * $Id: test_messagebuf1.cfg 572 2016-02-01 14:40:09Z ertl-hiro $
5 */
6INCLUDE("tecsgen.cfg");
7
8#include "test_messagebuf1.h"
9
10CRE_TSK(TASK1, { TA_ACT, 1, task1, HIGH_PRIORITY, STACK_SIZE, NULL });
11CRE_TSK(TASK2, { TA_NULL, 2, task2, MID_PRIORITY, STACK_SIZE, NULL });
12CRE_TSK(TASK3, { TA_NULL, 3, task3, LOW_PRIORITY, STACK_SIZE, NULL });
13CRE_MBF(MBF1, { TA_NULL, 26, 26, NULL });
Note: See TracBrowser for help on using the repository browser.