@@ -2,7 +2,7 @@
#define __LUAT_NW_ADAPTER_H__
#include "luat_base.h"
// #ifdef LUAT_USE_NETWORK
-#if defined(LUAT_EC7XX_CSDK) || defined(CHIP_EC618) || defined(__AIR105_BSP__) || defined(CONFIG_SOC_8910) || defined(CONFIG_SOC_8850)
+#if defined(__SOC_BSP__) || defined(LUAT_EC7XX_CSDK) || defined(CHIP_EC618) || defined(__AIR105_BSP__) || defined(CONFIG_SOC_8910) || defined(CONFIG_SOC_8850)
#include "bsp_common.h"
#endif
#include "luat_rtos.h"
@@ -222,5 +222,6 @@ LUAMOD_API int luaopen_ble( lua_State *L );
// modbus
LUAMOD_API int luaopen_modbus( lua_State *L );
-
+/** airtalk库*/
+LUAMOD_API int luaopen_airtalk( lua_State *L );