File tree 2 files changed +4
-0
lines changed
examples/window-app/silabs
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,9 @@ void WindowAppImpl::OnTaskCallback(void * parameter)
167
167
}
168
168
SILABS_LOG (" APP: Done WiFi Init" );
169
169
/* We will init server when we get IP */
170
+ chip::DeviceLayer::PlatformMgr ().LockChipStack ();
170
171
sWiFiNetworkCommissioningInstance .Init ();
172
+ chip::DeviceLayer::PlatformMgr ().UnlockChipStack ();
171
173
/* added for commissioning with wifi */
172
174
#endif
173
175
Original file line number Diff line number Diff line change @@ -168,7 +168,9 @@ void WindowAppImpl::OnTaskCallback(void * parameter)
168
168
}
169
169
SILABS_LOG (" APP: Done WiFi Init" );
170
170
/* We will init server when we get IP */
171
+ chip::DeviceLayer::PlatformMgr ().LockChipStack ();
171
172
sWiFiNetworkCommissioningInstance .Init ();
173
+ chip::DeviceLayer::PlatformMgr ().UnlockChipStack ();
172
174
/* added for commisioning with wifi */
173
175
#endif
174
176
You can’t perform that action at this time.
0 commit comments