Skip to content

Commit ee10bbb

Browse files
author
Wenlong.Fan
committed
update
1 parent af19bbf commit ee10bbb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ wm_libraries
1111
├───Demo // SDK原生的一些例子
1212
├───Doc // 参考文档
1313
├───Include // 头文件
14-
├───Lib // Wlan库
15-
├───oneshot // oneshot配网库
14+
├───Lib
15+
| ├───oneshot // Winner Micro oneshot配网库
16+
| └───Wlan // Wlan库
1617
├───Platform
1718
| ├───Boot // .S启动文件
1819
| ├───Common // SDK公共文件

SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ elif rtconfig.CROSS_TOOL == 'keil':
110110
LIB_PATH = [cwd + '/Lib/Wlan', cwd + '/Lib/oneshot']
111111
elif rtconfig.CROSS_TOOL == 'iar':
112112
LIB = ['libwlan_iar', 'libwmoneshot_iar']
113-
LIB_PATH = [cwd + '/Lib/Wlan', cwd + /Lib/oneshot']
113+
LIB_PATH = [cwd + '/Lib/Wlan', cwd + '/Lib/oneshot']
114114

115115
CPPDEFINES = ['WM_W600']
116116
if rtconfig.CROSS_TOOL == 'iar':

0 commit comments

Comments
 (0)