source: azure_iot_hub/trunk/asp3_dcre/tecs_kernel/init_tecs.c@ 389

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

ビルドが通るよう更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-csrc;charset=UTF-8
File size: 127 bytes
Line 
1/*
2 * TECSの初期化処理
3 *
4 * $Id$
5 */
6
7#include "global_tecsgen.h"
8
9void
10initialize_tecs(void)
11{
12 INITIALIZE_TECS();
13}
Note: See TracBrowser for help on using the repository browser.