瀏覽代碼

Update SConscript

Bernard Xiong 6 年之前
父節點
當前提交
bee289a63e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 """)