compil.h

来自「Cu1216 解调器驱动」· C头文件 代码 · 共 43 行

H
43
字号
/*
List of the #defines used for insuring software portability .
*/
#define STV0297_28800KHZ 1

#define CHIPADDRESS 0x38
/*
//=============================//
//                             //
//   DEFINITION OF THE HOST    //
//                             //
//=============================//
*/
#define STV0197_PC 1

/*
//=================================================
//=================================================
*/

/********conditional compilation : PC OS codes  ****************************/
/*
The values are splitted in two sets :
0  ->  999 reserved for micros
1000  -> 1999 reserved for PC OS
*/
#define ST20_SWC    100       /* for ST20 SWC tool set */
/**/
#define PC_WIN311  1001       /* for windows 311  */
#define PC_WIN95   1002       /* for windows 95   */
#define PC_CVI     1003       /* for LabWindows   */

/********conditional compilation : languages  ***************************/
#define C   1001
#define CPP 1002


/****** choice of the host **********************************************/
#define HOST PC_CVI
/****** choice of the language ******************************************/
#define LANGUAGE C
 

⌨️ 快捷键说明

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