Explorar o código

Update SConscript

Bernard Xiong %!s(int64=6) %!d(string=hai) anos
pai
achega
e20aa16b9f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)