Browse Source

Update SConscript

Bernard Xiong 6 years ago
parent
commit
bee289a63e
1 changed files with 1 additions and 1 deletions
  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
 """)