Browse Source

Update SConscript

Bernard Xiong 6 years ago
parent
commit
93a57b678d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/stm32/stm32l475-st-discovery/applications/SConscript

+ 1 - 1
bsp/stm32/stm32l475-st-discovery/applications/SConscript

@@ -2,7 +2,7 @@ from building import *
 
 cwd     = GetCurrentDir()
 src     = Glob('*.c')
-CPPPATH = [str(Dir('#')), cwd]
+CPPPATH = [cwd]
 
 group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)