/* * サンプルプログラム(2)のシステムコンフィギュレーションファイル * * $Id: tSample2.cfg 317 2017-08-03 13:14:26Z coas-nagasima $ */ INCLUDE("gen/tecsgen.cfg"); #include "tSample2.h" #ifdef CPUEXC1 DEF_EXC(CPUEXC1, { TA_NULL, cpuexc_handler }); #endif /* CPUEXC1 */