Browse Source

Update SConscript

Bernard Xiong 6 năm trước cách đây
mục cha
commit
bee289a63e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 """)