cc2430讀取短地址程式

源代码在线查看: f8wendev.cfg

软件大小: 5845 K
上传用户: tianlin4431
关键词: 2430 cc 地址 程式
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*
				 *                        f8wEndev.cfg
				 *
				 *  Compiler command-line options used to define an F8W Z-Stack
				 *  End 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
				
				/* Optional Settings */
				-DMAC_OPT_FFD=0                    // ZigBee RFD
				-DBLINK_LEDS                       // LED Blink Functions
				
				/* Compiler keywords */
				-DCONST="const __code"
				-DGENERIC=__generic                // Ptr declaration
				
							

相关资源