config.h

来自「底层测试代码」· C头文件 代码 · 共 29 行

H
29
字号
/*************************************************************************************
*	Copyright (c) 2005 by National ASIC System Engineering Research Center.
*	PROPRIETARY RIGHTS of ASIC are involved in the subject matter of this 
*	material.  All manufacturing, reproduction, use, and sales rights 
*	pertaining to this subject matter are governed by the license agreement.
*	The recipient of this software implicitly accepts the terms of the license.
*
*	File Name: config.h
*
*	File Description:
*       The file define some macro definition to select the target platform and the way to bebug.
*		
*	Created by zz, 2005-12-14
**************************************************************************************/
#ifndef CONFIG_H
#define CONFIG_H


//#define GE00
#define GE01
//#define GE02     //You can only define one of these three macro

//#define USB_ICE    //If this marco is defined,USB_ICE is used.otherwise multi_ICE is used.
                    


#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?