Meco Man 2 年之前
父节点
当前提交
b9b2ac1690
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      bsp/stm32/stm32f469-st-disco/applications/SConscript

+ 1 - 4
bsp/stm32/stm32f469-st-disco/applications/SConscript

@@ -3,10 +3,7 @@ from building import *
 
 
 cwd     = GetCurrentDir()
 cwd     = GetCurrentDir()
 CPPPATH = [cwd]
 CPPPATH = [cwd]
-src     = Split("""
-main.c
-lcd_init.c
-""")
+src     = ['main.c']
 
 
 if GetDepend(['PKG_USING_RTDUINO']) and not GetDepend(['RTDUINO_NO_SETUP_LOOP']):
 if GetDepend(['PKG_USING_RTDUINO']) and not GetDepend(['RTDUINO_NO_SETUP_LOOP']):
     src += ['arduino_main.cpp']
     src += ['arduino_main.cpp']