source: azure_iot_hub/trunk/asp3_dcre/sample/tSample2.cfg@ 388

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

Azure IoT Hub Device C SDK を使ったサンプルの追加

  • 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 388 2019-05-22 11:25:18Z 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.