Skip to content

Commit

Permalink
Fix ID field in TheradMetricsStruct to have a name that matches the s…
Browse files Browse the repository at this point in the history
…pec. (#29707)

No codegen changes (codegen does some case-canonicalization already, and is not
affected by this bit), so easy fix.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Apr 29, 2024
1 parent e15c5c0 commit 1962898
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
<domain name="CHIP"/>
<struct name="ThreadMetricsStruct">
<cluster code="0x0034"/>
<item name="Id" type="INT64U"/>
<item name="ID" type="INT64U"/>
<item name="Name" type="CHAR_STRING" length="8" optional="true"/>
<item name="StackFreeCurrent" type="INT32U" optional="true"/>
<item name="StackFreeMinimum" type="INT32U" optional="true"/>
Expand Down

0 comments on commit 1962898

Please sign in to comment.