Skip to content

Commit ed1936f

Browse files
Josh V [Apple]kpschoedel
Josh V [Apple]
authored andcommitted
Fix missing param when compiling simulator (project-chip#11819)
* Resolve missing param when compiling simulator and add simulator build to workflow. * Revert github workflows.
1 parent d16edf3 commit ed1936f

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)