fix at device me3616 sconscript

This commit is contained in:
qiyongzhong0 2020-01-02 15:34:14 +08:00
parent b0695cb485
commit 7356132a6a
1 changed files with 2 additions and 2 deletions

View File

@ -115,9 +115,9 @@ if GetDepend(['AT_DEVICE_USING_AIR720']):
# ME3616
if GetDepend(['AT_DEVICE_USING_ME3616']):
path += [cwd + '/class/me3616']
src += Glob('class/bc26/at_device_me3616.c')
src += Glob('class/me3616/at_device_me3616.c')
if GetDepend(['AT_USING_SOCKET']):
src += Glob('class/bc26/at_socket_me3616.c')
src += Glob('class/me3616/at_socket_me3616.c')
if GetDepend(['AT_DEVICE_ME3616_SAMPLE']):
src += Glob('samples/at_sample_me3616.c')