소스 검색

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
 """)