mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-05-30 11:08:49 +08:00
attach #6162
This commit is contained in:
@@ -3,10 +3,7 @@ from building import *
|
|||||||
|
|
||||||
cwd = GetCurrentDir()
|
cwd = GetCurrentDir()
|
||||||
CPPPATH = [cwd]
|
CPPPATH = [cwd]
|
||||||
src = Split("""
|
src = ['main.c']
|
||||||
main.c
|
|
||||||
lcd_init.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']
|
||||||
|
|||||||
Reference in New Issue
Block a user