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

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

add Combined package of SSP kernel for QB-R5F100LE-TB(RL78 processor)

File size: 230 bytes
Line 
1/*
2 * TOPPESRS/SSPƒJ[ƒlƒ‹‚̃Tƒ“ƒvƒ‹ƒvƒƒOƒ‰ƒ€
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.