Skip to content

Commit

Permalink
Fix missing param when compiling simulator (#11819)
Browse files Browse the repository at this point in the history
* Resolve missing param when compiling simulator and add simulator build to workflow.

* Revert github workflows.
  • Loading branch information
Josh V [Apple] authored and pull[bot] committed Jul 24, 2023
1 parent ddcd432 commit 4178526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/placeholder/linux/include/TestCommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,5 @@ class TestCommand
protected:
chip::app::ConcreteCommandPath mCommandPath;
chip::app::ConcreteAttributePath mAttributePath;
chip::Optional<chip::EndpointId> mEndpointId;
};

0 comments on commit 4178526

Please sign in to comment.