Browse Source

Update SConscript

Bernard Xiong 6 năm trước cách đây
mục cha
commit
e20aa16b9f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      bsp/stm32/stm32f103-dofly-M3S/applications/SConscript

+ 1 - 1
bsp/stm32/stm32f103-dofly-M3S/applications/SConscript

@@ -4,7 +4,7 @@ from building import *
 
 cwd = GetCurrentDir()
 src = Glob('*.c')
-CPPPATH = [cwd, str(Dir('#'))]
+CPPPATH = [cwd]
 
 group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)