Skip to content

Commit 52cb237

Browse files
committed
Remove redundant cook surface init
1 parent fbc02c4 commit 52cb237

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/oven-app/silabs/src/OvenManager.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ void OvenManager::Init()
8989

9090
VerifyOrReturn(err == CHIP_NO_ERROR, ChipLogError(AppServer, "RegisterSupportedLevels failed for CookSurfaceEndpoint2"));
9191

92-
VerifyOrReturn(mCookSurfaceEndpoint1.Init() == CHIP_NO_ERROR, ChipLogError(AppServer, "CookSurfaceEndpoint1 Init failed"));
93-
9492
DeviceLayer::PlatformMgr().UnlockChipStack();
9593
}
9694

0 commit comments

Comments
 (0)