From 93a57b678d9acb1239193511e63a3fb20a8b1177 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Wed, 20 Mar 2019 21:18:42 +0800 Subject: [PATCH] Update SConscript --- bsp/stm32/stm32l475-st-discovery/applications/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/stm32/stm32l475-st-discovery/applications/SConscript b/bsp/stm32/stm32l475-st-discovery/applications/SConscript index 4939638d41..3ec48cc840 100644 --- a/bsp/stm32/stm32l475-st-discovery/applications/SConscript +++ b/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)