Skip to content

Commit 2bc906a

Browse files
committed
CI fix
1 parent 8f12bd8 commit 2bc906a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/light-switch-app/cc13x4_26x4/src/ZclCallbacks.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ void MatterPostAttributeChangeCallback(const chip::app::ConcreteAttributePath &
3636
{
3737
ClusterId clusterId = attributePath.mClusterId;
3838
AttributeId attributeId = attributePath.mAttributeId;
39+
(void) attributeId;
3940
ChipLogProgress(Zcl, "Cluster callback: " ChipLogFormatMEI, ChipLogValueMEI(clusterId));
4041

4142
if (clusterId == OnOffSwitchConfiguration::Id)

0 commit comments

Comments
 (0)