option.h

来自「s3c2410 example code , it s a simple cod」· C头文件 代码 · 共 23 行

H
23
字号
/*===========================================
; NAME: OPTION.H
; DESC: Configuration options for .S files
; HISTORY:
; 02.26.2003: ver 0.0
;===========================================
*/

#ifndef _OPTION_H
#define _OPTION_H

#include "compiler_option.h"


#define	PCLK			10*1000000*5
#define	RAM_SIZE		0x0001000000



#endif // _OPTION_H


⌨️ 快捷键说明

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