Merge pull request #1971 from Lawlieta/at

[net][at] Modify AT CLI configuration
This commit is contained in:
Bernard Xiong 2018-11-13 10:19:28 +08:00 committed by GitHub
commit f6783c6f02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -3,10 +3,10 @@ from building import *
cwd = GetCurrentDir()
path = [cwd + '/include']
src = Split('''
src/at_cli.c
src/at_utils.c
''')
src = Glob('src/at_utils.c')
if GetDepend(['AT_USING_CLI']):
src += Glob('src/at_cli.c')
if GetDepend(['AT_USING_SERVER']):
src += Split('''