Explorar el Código

Update SConscript

Bernard Xiong hace 6 años
padre
commit
bee289a63e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bsp/stm32/stm32f469-st-disco/applications/SConscript

+ 1 - 1
bsp/stm32/stm32f469-st-disco/applications/SConscript

@@ -2,7 +2,7 @@ import rtconfig
 from building import *
 
 cwd     = GetCurrentDir()
-CPPPATH = [cwd, str(Dir('#'))]
+CPPPATH = [cwd]
 src     = Split("""
 main.c
 """)