提交 16bf2e72 编写于 作者: I ItsEddy

[DeviceDriver] Fix inverted logic on SConscript

Remove dataqueue/pipe if not enable RT_USING_HEAP, supply the missing `not`.
上级 2bc4386c
......@@ -4,7 +4,7 @@ cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd + '/../include']
if GetDepend('RT_USING_HEAP'):
if not GetDepend('RT_USING_HEAP'):
SrcRemove(src, 'dataqueue.c')
SrcRemove(src, 'pipe.c')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册