Skip to content

Commit

Permalink
Fix fabric index type in xml
Browse files Browse the repository at this point in the history
s/fabric-idx/fabric_idx/g

Silently generates the wrong code if it's wrong.
  • Loading branch information
mlepage-google committed Nov 26, 2021
1 parent fb05448 commit 519ad0b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ limitations under the License.

<struct name="AccessControlEntry">
<cluster code="0x001F"/>
<item fieldId="0" name="FabricIndex" type="fabric-idx"/>
<item fieldId="0" name="FabricIndex" type="fabric_idx"/>
<item fieldId="1" name="Privilege" type="Privilege"/>
<item fieldId="2" name="AuthMode" type="AuthMode"/>
<item fieldId="3" name="Subjects" type="INT64U" isNullable="true" array="true"/>
Expand All @@ -51,7 +51,7 @@ limitations under the License.

<struct name="ExtensionEntry">
<cluster code="0x001F"/>
<item fieldId="0" name="FabricIndex" type="fabric-idx"/>
<item fieldId="0" name="FabricIndex" type="fabric_idx"/>
<item fieldId="1" name="Data" type="OCTET_STRING" length="254"/>
</struct>

Expand Down

0 comments on commit 519ad0b

Please sign in to comment.