Skip to content

Commit 3276543

Browse files
vivien-applepull[bot]
authored andcommitted
[placeholder] The post command callback does not fired anymore after #20357 (#24587)
1 parent 174f3f8 commit 3276543

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/placeholder/linux/include/MatterCallbacks.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ TestCommand * GetTargetTest()
5252
return test.get();
5353
}
5454

55-
void MatterPostCommandReceivedCallback(const chip::app::ConcreteCommandPath & commandPath)
55+
void MatterPostCommandReceivedCallback(const chip::app::ConcreteCommandPath & commandPath,
56+
const chip::Access::SubjectDescriptor & subjectDescriptor)
5657
{
5758
auto test = GetTargetTest();
5859
VerifyOrReturn(test != nullptr && test->isRunning);

0 commit comments

Comments
 (0)