Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Bernard Xiong
2015-04-06 05:16:16 +00:00
3 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -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')