File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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公共文件
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ elif rtconfig.CROSS_TOOL == 'keil':
110110 LIB_PATH = [cwd + '/Lib/Wlan' , cwd + '/Lib/oneshot' ]
111111elif 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
115115CPPDEFINES = ['WM_W600' ]
116116if rtconfig .CROSS_TOOL == 'iar' :
You can’t perform that action at this time.
0 commit comments