We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc02c4 commit 52cb237Copy full SHA for 52cb237
examples/oven-app/silabs/src/OvenManager.cpp
@@ -89,8 +89,6 @@ void OvenManager::Init()
89
90
VerifyOrReturn(err == CHIP_NO_ERROR, ChipLogError(AppServer, "RegisterSupportedLevels failed for CookSurfaceEndpoint2"));
91
92
- VerifyOrReturn(mCookSurfaceEndpoint1.Init() == CHIP_NO_ERROR, ChipLogError(AppServer, "CookSurfaceEndpoint1 Init failed"));
93
-
94
DeviceLayer::PlatformMgr().UnlockChipStack();
95
}
96
0 commit comments