提交 65d98414 编写于 作者: J Jinliang Li 提交者: skylarCai

curl: fix build issue on haas200, fix #1741

上级 3eb00b33
......@@ -40,6 +40,8 @@ depends:
build_config:
include:
- include
internal_include:
- ./lib
- ./src
define: # <可选项> 宏定义, 增加编译器的-D 选项,如:
......
......@@ -7,7 +7,7 @@
#include "config_yoc_alicoap.h"
#elif defined(CONFIG_CLOUDIO_ALIMQTT)
#include "config_yoc_alimqtt.h"
#elif defined(CONFIG_USING_TLS)
#elif defined(CONFIG_USING_YOC_TLS)
#include "config_yoc_tls.h"
#elif defined(CONFIG_USING_YOC_BASE)
#include "config_yoc_base.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册