source: asp3_gr_sakura/trunk/tecs_kernel/init_tecs.c@ 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/x-csrc
File size: 127 bytes
Line 
1/*
2 * TECSの初期化処理
3 *
4 * $Id: init_tecs.c 317 2017-08-03 13:14:26Z coas-nagasima $
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.