source: asp3_gr_sakura/trunk/sample/tSample2.cfg@ 317

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

GR-SAKURA向けASP3を追加

  • 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
Line 
1/*
2 * サンプルプログラム(2)のシステムコンフィギュレーションファイル
3 *
4 * $Id: tSample2.cfg 317 2017-08-03 13:14:26Z 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.