[src/SConscript]update

This commit is contained in:
yangjie11
2020-11-25 15:45:35 +08:00
parent 6e46b3fec0
commit 077ac68661
+1 -1
View File
@@ -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'])