Skip to content

Commit

Permalink
[placeholder] The post command callback does not fired anymore after #…
Browse files Browse the repository at this point in the history
  • Loading branch information
vivien-apple authored and pull[bot] committed Aug 10, 2023
1 parent 68e2de8 commit 3899091
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/placeholder/linux/include/MatterCallbacks.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ TestCommand * GetTargetTest()
return test.get();
}

void MatterPostCommandReceivedCallback(const chip::app::ConcreteCommandPath & commandPath)
void MatterPostCommandReceivedCallback(const chip::app::ConcreteCommandPath & commandPath,
const chip::Access::SubjectDescriptor & subjectDescriptor)
{
auto test = GetTargetTest();
VerifyOrReturn(test != nullptr && test->isRunning);
Expand Down

0 comments on commit 3899091

Please sign in to comment.