dbcfg.h
来自「基于EPSON 的一种操作系统内核改造的实时嵌入式操作系统ASIXOS,国内一家」· C头文件 代码 · 共 20 行
H
20 行
/****************************************************************
* 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 + =
减小字号Ctrl + -
显示快捷键?