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 Sep 30, 2022
1 parent b0f793f commit 4212579
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 4212579

Please sign in to comment.