From bee289a63ece65e89fe9693ac127a4b071c78065 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Wed, 10 Apr 2019 21:46:21 +0800 Subject: [PATCH] Update SConscript --- bsp/stm32/stm32f469-st-disco/applications/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/stm32/stm32f469-st-disco/applications/SConscript b/bsp/stm32/stm32f469-st-disco/applications/SConscript index 6f66f7ab73..c25223940b 100644 --- a/bsp/stm32/stm32f469-st-disco/applications/SConscript +++ b/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 """) -- GitLab