Browse Source

[修改]:修改bsp中rtgui的依赖。

SummerGift 7 years ago
parent
commit
950b769f75
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/stm32f429-apollo/applications/SConscript

+ 1 - 1
bsp/stm32f429-apollo/applications/SConscript

@@ -6,6 +6,6 @@ cwd     = os.path.join(str(Dir('#')), 'applications')
 src	= Glob('*.c')
 CPPPATH = [cwd, str(Dir('#'))]
 
-group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
+group = DefineGroup('Applications', src, depend = ['RT_USING_GUIENGINE'], CPPPATH = CPPPATH)
 
 Return('group')