This commit is contained in:
Meco Man 2022-07-14 06:39:16 -04:00 committed by guo
parent 21e35dbbfd
commit b9b2ac1690
1 changed files with 1 additions and 4 deletions

View File

@ -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']