/* * サンプルプログラム(2)のシステムコンフィギュレーションファイル * * $Id: tSample2.cfg 388 2019-05-22 11:25:18Z coas-nagasima $ */ INCLUDE("gen/tecsgen.cfg"); #include "tSample2.h" #ifdef CPUEXC1 DEF_EXC(CPUEXC1, { TA_NULL, cpuexc_handler }); #endif /* CPUEXC1 */