Skip to content

Commit

Permalink
Revert "[nxp fromtree] Add missing feature map bit (project-chip#35915)…
Browse files Browse the repository at this point in the history
… (project-chip#35966)"

This reverts commit cd4d7fd.

Signed-off-by: Gatien Chapon <gatien.chapon@nxp.com>
  • Loading branch information
chapongatien committed Nov 7, 2024
1 parent a8d5ae8 commit b5cdea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3222,7 +3222,7 @@ endpoint 2 {
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 6;
ram attribute featureMap default = 2;
ram attribute clusterRevision default = 2;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5587,7 +5587,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "6",
"defaultValue": "2",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down

0 comments on commit b5cdea7

Please sign in to comment.