From b9b2ac1690c87ec997f5bce62368e8c50f28094d Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Thu, 14 Jul 2022 06:39:16 -0400 Subject: [PATCH] attach #6162 --- bsp/stm32/stm32f469-st-disco/applications/SConscript | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bsp/stm32/stm32f469-st-disco/applications/SConscript b/bsp/stm32/stm32f469-st-disco/applications/SConscript index 15e49f3294..4974d9c359 100644 --- a/bsp/stm32/stm32f469-st-disco/applications/SConscript +++ b/bsp/stm32/stm32f469-st-disco/applications/SConscript @@ -3,10 +3,7 @@ from building import * cwd = GetCurrentDir() CPPPATH = [cwd] -src = Split(""" -main.c -lcd_init.c -""") +src = ['main.c'] if GetDepend(['PKG_USING_RTDUINO']) and not GetDepend(['RTDUINO_NO_SETUP_LOOP']): src += ['arduino_main.cpp'] -- GitLab