m5373evb_prefix.h

来自「Freescale ColdFire MCF537x 家族的参考代码」· C头文件 代码 · 共 37 行

H
37
字号
/* * File:		m5373evb_prefix.h * Purpose:		 * * Notes: */#ifndef _M5373EVB_PREFIX_H_#define _M5373EVB_PREFIX_H_/********************************************************************//* * Define the board this project is targetting */#define M5373EVB/*  * MetroWerks looks for an underscore prepended to C function names * The source checks for this and handles it appropriately. */#define _UNDERSCORE_/*  * Define a constant to inform files we are using CodeWarrior  * The Codewarrior compiler defines this but the assembler * does not.  This file should be used as an assembly prefix * file for this reason. */#ifndef __MWERKS__#define __MWERKS__#endif/********************************************************************/#endif /* _M5373EVB_PREFIX_H_ */

⌨️ 快捷键说明

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