瀏覽代碼

[src/SConscript]update

yangjie11 4 年之前
父節點
當前提交
077ac68661
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/SConscript

+ 1 - 1
src/SConscript

@@ -24,7 +24,7 @@ if GetDepend('RT_USING_MEMHEAP') == False:
         SrcRemove(src, ['mem.c'])
 
 if GetDepend('RT_USING_USERHEAP'):
-   SrcRemove(src, ['mem.c', 'slab.c', 'memheap.c'])
+    SrcRemove(src, ['mem.c', 'slab.c'])
 
 if GetDepend('RT_USING_DEVICE') == False:
     SrcRemove(src, ['device.c'])