File tree 2 files changed +2
-2
lines changed
examples/tv-app/tv-common/clusters/content-launcher
src/app/clusters/content-launch-server
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,5 +64,5 @@ class ContentLauncherManager : public ContentLauncherDelegate
64
64
private:
65
65
// TODO: set this based upon meta data from app
66
66
uint32_t mDynamicEndpointFeatureMap = 3 ;
67
- uint16_t mDynamicClusterRevision = 2 ;
67
+ uint16_t mDynamicClusterRevision = 2 ;
68
68
};
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class Delegate
53
53
virtual uint32_t HandleGetSupportedStreamingProtocols () = 0;
54
54
55
55
bool HasFeature (chip::EndpointId endpoint, Feature feature);
56
- virtual uint32_t GetFeatureMap (chip::EndpointId endpoint) = 0;
56
+ virtual uint32_t GetFeatureMap (chip::EndpointId endpoint) = 0;
57
57
virtual uint16_t GetClusterRevision (chip::EndpointId endpoint) = 0;
58
58
59
59
virtual ~Delegate () = default ;
You can’t perform that action at this time.
0 commit comments