compile_switches.h

来自「亿道pxa255烧录Jflash源码」· C头文件 代码 · 共 20 行

H
20
字号
/******************************************************************************

**  FILENAME:       Compile_switches.h
**
**  PURPOSE:        collects the optional switches for this program.
**
**  LAST MODIFIED:  2003.06.03 
******************************************************************************/

//#define DEBUG

//#define INSIGHT_JTAG
#define PARALLEL_JTAG

/*
 * HyBus pxa255 board platform
 */
//#define XHYPER255A   // 16bit flash memory
#define XHYPER255B   // 32bit flash memory

⌨️ 快捷键说明

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