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 Oct 11, 2023
1 parent 68b61d0 commit 88cb2e6
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 88cb2e6

Please sign in to comment.