📄 dbcfg.h
字号:
/****************************************************************
* 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 CHIP DRAGONBALL_M68328
#endif /* _DBCFG_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -