⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 m54451evb_prefix.h

📁 Freescale MCF5445evb 参考测试代码
💻 H
字号:
/* * File:		m54451evb_prefix.h * Purpose:		 * * Notes: */#ifndef _CODEWARRIOR_PREFIX_H_#define _CODEWARRIOR_PREFIX_H_/********************************************************************//* * Define the board this project is targetting */#define M54451EVB/*  * CodeWarrior 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 /* _CODEWARRIOR_PREFIX_H_ */

⌨️ 快捷键说明

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