Skip to content

Commit c4064f0

Browse files
committed
Fix merge
1 parent 443b0c7 commit c4064f0

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

examples/fabric-bridge-app/fabric-bridge-common/include/BridgedDevice.h

-13
Original file line numberDiff line numberDiff line change
@@ -65,25 +65,12 @@ class BridgedDevice
6565
void SetUniqueId(const std::string & value) { mAttributes.uniqueId = value; }
6666

6767
protected:
68-
<<<<<<< HEAD
6968
bool mReachable = false;
7069
bool mIsIcd = false;
7170

7271
chip::NodeId mNodeId = 0;
7372
chip::EndpointId mEndpointId = 0;
7473
chip::EndpointId mParentEndpointId = 0;
75-
||||||| a315c91a2d
76-
bool mReachable;
77-
chip::NodeId mNodeId;
78-
chip::EndpointId mEndpointId;
79-
chip::EndpointId mParentEndpointId;
80-
=======
81-
bool mReachable;
82-
bool mIsIcd = false;
83-
chip::NodeId mNodeId;
84-
chip::EndpointId mEndpointId;
85-
chip::EndpointId mParentEndpointId;
86-
>>>>>>> master
8774

8875
BridgedAttributes mAttributes;
8976
};

0 commit comments

Comments
 (0)