?? m5213evb_prefix.h
字號:
/*
* File: m5213evb_prefix.h
* Purpose:
*
* Notes:
*/
#ifndef _M5213EVB_PREFIX_H_
#define _M5213EVB_PREFIX_H_
/********************************************************************/
/*
* Define the board this project is targetting
*/
#define M5213EVB
/*
* 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 /* _M5213EVB_PREFIX_H_ */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -