Meco Man 3 년 전
부모
커밋
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()
 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']