?? f8wcoord.cfg
字號:
/*
* f8wCoord.cfg
*
* Compiler command-line options used to define an F8W Z-Stack
* Coordinator device. To move an option from here to the project
* file, comment out or delete the option from this file and
* enter it into the "Define Symbols" box under the Preprocessor
* tab of the C/C++ Compiler Project Options. New user defined
* options may be added to this file, as necessary.
*
*/
/* Common To All Applications */
-DCPU32MHZ // CC2430s Run at 32MHz
-DFORCE_MAC_NEAR // MAC code in NEAR
-DROOT=__near_func // MAC/ZMAC code in NEAR
-DMAC_CFG_APP_PENDING_QUEUE=TRUE
/* Coordinator Settings */
-DZDO_COORDINATOR // Coordinator Functions
-DRTR_NWK // Router Functions
/* Optional Settings */
-DBLINK_LEDS // LED Blink Functions
/* Compiler keywords */
-DCONST="const __code"
-DGENERIC=__generic // Ptr declaration
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -