Selaa lähdekoodia

Update SConscript

Bernard Xiong 6 vuotta sitten
vanhempi
commit
e20aa16b9f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)