📄 config.h
字号:
/*************************************************************************************
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -