Skip to content

Commit

Permalink
ACL: Fix cluster revision for MACL (#35710)
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille authored Sep 23, 2024
1 parent 237e450 commit 1aa7383
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ using ArlReviewEvent = Clusters::AccessControl::Events::FabricRestrictionReviewU
// TODO(#13590): generated code doesn't automatically handle max length so do it manually
constexpr int kExtensionDataMaxLength = 128;

constexpr uint16_t kClusterRevision = 1;
constexpr uint16_t kClusterRevision = 2;

namespace {

Expand Down

0 comments on commit 1aa7383

Please sign in to comment.