?? build.h
字號:
/* =================================================================================
File name: BUILD.H
Originator: Digital Control Systems Group
Texas Instruments
Description:
Incremental Build Level control file.
=====================================================================================
History:
-------------------------------------------------------------------------------------
9-15-2000 Release Rev 1.0
------------------------------------------------------------------------------*/
#ifndef BUILDLEVEL
/*------------------------------------------------------------------------------
Following is the list of the Build Level choices.
------------------------------------------------------------------------------*/
#define LEVEL1 1
#define LEVEL2 2
#define LEVEL3 3
#define LEVEL4 4
#define LEVEL5 5
#define ALWAYS_RUN
/*------------------------------------------------------------------------------
This line sets the BUILDLEVEL to one of the available choices.
------------------------------------------------------------------------------*/
#define BUILDLEVEL LEVEL1
#ifndef BUILDLEVEL
#error Critical: BUILDLEVEL must be defined !!
#endif /* BUILDLEVEL */
#endif /*BUILDLEVEL */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -