From e20aa16b9fc5470985f3ed30daa3cbb817f2b0c6 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Wed, 10 Apr 2019 21:49:55 +0800 Subject: [PATCH] Update SConscript --- bsp/stm32/stm32f103-dofly-M3S/applications/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/stm32/stm32f103-dofly-M3S/applications/SConscript b/bsp/stm32/stm32f103-dofly-M3S/applications/SConscript index 04f04dd543..ca2395451a 100644 --- a/bsp/stm32/stm32f103-dofly-M3S/applications/SConscript +++ b/bsp/stm32/stm32f103-dofly-M3S/applications/SConscript @@ -4,7 +4,7 @@ from building import * cwd = GetCurrentDir() src = Glob('*.c') -CPPPATH = [cwd, str(Dir('#'))] +CPPPATH = [cwd] group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH) -- GitLab