source: EcnlProtoTool/trunk/asp3_dcre/sample/tSample2.cfg@ 270

Last change on this file since 270 was 270, checked in by coas-nagasima, 7 years ago

mruby版ECNLプロトタイピング・ツールを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain
File size: 249 bytes
RevLine 
[270]1/*
2 * サンプルプログラム(2)のシステムコンフィギュレーションファイル
3 *
4 * $Id: tSample2.cfg 270 2017-02-09 04:03:47Z coas-nagasima $
5 */
6INCLUDE("gen/tecsgen.cfg");
7
8#include "tSample2.h"
9
10#ifdef CPUEXC1
11DEF_EXC(CPUEXC1, { TA_NULL, cpuexc_handler });
12#endif /* CPUEXC1 */
Note: See TracBrowser for help on using the repository browser.