source: asp3_wo_tecs/trunk/extension/drift/test/hrt_drift1.cfg@ 306

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

3.1.0を反映

File size: 359 bytes
Line 
1/*
2 * ドリフト調整機能のテスト(1)のシステムコンフィギュレーションファイル
3 *
4 * $Id: hrt_drift1.cfg 572 2016-02-01 14:40:09Z ertl-hiro $
5 */
6INCLUDE("tecsgen.cfg");
7
8#include "hrt_drift1.h"
9
10CRE_TSK(TASK1, { TA_ACT, 1, task1, MID_PRIORITY, STACK_SIZE, NULL });
11CRE_ALM(ALM1, { TA_NULL, { TNFY_HANDLER, 1, alarm1_handler }});
Note: See TracBrowser for help on using the repository browser.