We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b52cb28 + 4617263 commit c6107ecCopy full SHA for c6107ec
SConscript
@@ -115,9 +115,9 @@ if GetDepend(['AT_DEVICE_USING_AIR720']):
115
# ME3616
116
if GetDepend(['AT_DEVICE_USING_ME3616']):
117
path += [cwd + '/class/me3616']
118
- src += Glob('class/bc26/at_device_me3616.c')
+ src += Glob('class/me3616/at_device_me3616.c')
119
if GetDepend(['AT_USING_SOCKET']):
120
- src += Glob('class/bc26/at_socket_me3616.c')
+ src += Glob('class/me3616/at_socket_me3616.c')
121
if GetDepend(['AT_DEVICE_ME3616_SAMPLE']):
122
src += Glob('samples/at_sample_me3616.c')
123
0 commit comments