diff --git a/src/app/app-platform/ContentAppPlatform.cpp b/src/app/app-platform/ContentAppPlatform.cpp index b7816281d32200..e45db6d02f7f66 100644 --- a/src/app/app-platform/ContentAppPlatform.cpp +++ b/src/app/app-platform/ContentAppPlatform.cpp @@ -118,7 +118,7 @@ EndpointId ContentAppPlatform::AddContentApp(ContentApp * app, EmberAfEndpointTy mContentApps[index] = app; EmberAfStatus ret; EndpointId initEndpointId = mCurrentEndpointId; - + do { ret = emberAfSetDynamicEndpoint(index, mCurrentEndpointId, ep, dataVersionStorage, deviceTypeList); if (ret == EMBER_ZCL_STATUS_SUCCESS)