Explorar el Código

Update SConscript

Bernard Xiong hace 6 años
padre
commit
e20aa16b9f
Se han modificado 1 ficheros con 1 adiciones y 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)