dbcfg.h

来自「基于东南大学开发的SEP3203的ARM7中的所有驱动」· C头文件 代码 · 共 22 行

H
22
字号
/****************************************************************
 *  Copyright (C) Asic Center. 2001
 *  All Rights Reserved
 *
 *  Filename : dbcfg.h
 *  Function : Define macro names for compiling on differe hardware platform.
 *  Revision :
 *          2002/04/15     Pessia     Create this file;
 ****************************************************************/
#ifndef _DBCFG_H
#define _DBCFG_H

#define EPSONC33209		1
#define ZHONGZHI805		2
#define DRAGONBALL_M68328	3
#define GARFIELD		4

//#define CHIP DRAGONBALL_M68328
#define CHIP GARFIELD           //GFD

#endif /* _DBCFG_H */

⌨️ 快捷键说明

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