source: asp3_wo_tecs/trunk/target/dummy_gcc/target_cfg1_out.h@ 302

Last change on this file since 302 was 302, checked in by ertl-honda, 7 years ago

TECSレスのASP3の開発のため以下のtrunkからコピー
http://dev.toppers.jp/svn/asp3/branches/WO_TECS-3.C.0

File size: 333 bytes
Line 
1/*
2 * cfg1_out.cのリンクに必
3要なスタブの定義
4 *
5 * $Id: target_cfg1_out.h 286 2014-11-29 07:51:11Z ertl-hiro $
6 */
7
8#include <t_stddef.h>
9
10int main()
11{
12 return(0);
13}
14
15/*
16 * offset.hを生成するための定義
17 */
18const uint8_t MAGIC_1 = 0x12;
19const uint16_t MAGIC_2 = 0x1234;
20const uint32_t MAGIC_4 = 0x12345678;
Note: See TracBrowser for help on using the repository browser.