Skip to content

Commit c860a75

Browse files
committed
Fixed compiler error
1 parent f767218 commit c860a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tv-app/android/java/AppImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ EndpointId ContentAppFactoryImpl::AddContentApp(const char * szVendorName, uint1
466466
std::move(supportedClusters), mAttributeDelegate, mCommandDelegate);
467467
EndpointId epId = ContentAppPlatform::GetInstance().AddContentApp(
468468
app, &contentAppEndpoint, Span<DataVersion>(dataVersionBuf, MATTER_ARRAY_SIZE(contentAppClusters)),
469-
Span<const EmberAfDeviceType>(gContentAppDeviceType), desiredEndpointId);
469+
Span<const EmberAfDeviceType>(gContentAppDeviceType), chip::CharSpan(), desiredEndpointId);
470470
ChipLogProgress(DeviceLayer, "ContentAppFactoryImpl AddContentApp endpoint returned %d. Endpoint set %d", epId,
471471
app->GetEndpointId());
472472
mContentApps.push_back(app);

0 commit comments

Comments
 (0)