Skip to content

Commit 2245257

Browse files
Josh V [Apple]pull[bot]
Josh V [Apple]
authored andcommitted
Fix missing param when compiling simulator (#11819)
* Resolve missing param when compiling simulator and add simulator build to workflow. * Revert github workflows.
1 parent e82e888 commit 2245257

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/placeholder/linux/include/TestCommand.h

+1
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,5 @@ class TestCommand
127127
protected:
128128
chip::app::ConcreteCommandPath mCommandPath;
129129
chip::app::ConcreteAttributePath mAttributePath;
130+
chip::Optional<chip::EndpointId> mEndpointId;
130131
};

0 commit comments

Comments
 (0)