source: ssp_qb_r5f100le_cs/trunk/sample/hello_world.cfg@ 95

Last change on this file since 95 was 95, checked in by nmir-saito, 9 years ago

ファイルの mime-type 変更

  • Property svn:mime-type set to text/plain; charset=shift_jis
File size: 230 bytes
Line 
1/*
2 * TOPPESRS/SSPカーネルのサンプルプログラム
3 */
4
5#include "hello_world.h"
6
7INCLUDE("syssvc/serial.cfg");
8INCLUDE("syssvc/banner.cfg");
9
10CRE_TSK(INIT_TASK , { TA_ACT , 0 , task , TASK_PRIORITY , STACK_SIZE , NULL });
Note: See TracBrowser for help on using the repository browser.