[BSP][ls1c]Add some code in board init.

This commit is contained in:
sundm75
2018-02-09 09:22:25 +08:00
parent c121d823fd
commit 5e102eeea9
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ src = Glob('*.c')
CPPPATH = [cwd]
if GetDepend('RT_USING_RTGUI')== False:
if GetDepend('RT_USING_RTGUI') == False:
SrcRemove(src, 'touch.c')
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = CPPPATH)