浏览代码

[update] SConscript error

Signed-off-by: chenyong <1521761801@qq.com>
chenyong 7 年之前
父节点
当前提交
1bd8f13cce
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      SConscript

+ 1 - 1
SConscript

@@ -1,7 +1,7 @@
 from building import *
 
 cwd = GetCurrentDir()
-src = Glob('src/onenet_send_data.c')
+src = Glob('src/onenet_http.c')
 
 if GetDepend(['PKG_USING_ONENET_SAMPLE']):
     src += Glob('samples/*.c')