app_otap_api.h

来自「mc13213无线串口程序」· C头文件 代码 · 共 25 行

H
25
字号
/* otap_destination.h 
 * Mains application header

 * $Author: rgd04c $
 * $Date: 2006/08/31 14:54:28 $
 * $Name: BeeKitLaunch $
 */
 
#ifndef __APP_OTAP_API_H__
#define __APP_OTAP_API_H__

#include "pub_def.h"
#include "app_config.h"

#if SMAC_FEATURE_OTAP == FALSE
  #error {"You have added the OTAP module to this application. " 
         "This requires that the SMAC is compiled with the OTAP feature " 
         "enabled (smac-config.h)"}
#endif

//Prototypes
extern void OTAPActivate(void);


#endif /* __APP_OTAP_API_H__ */

⌨️ 快捷键说明

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