Skip to content

Commit

Permalink
Update _drafts/practical_zephyr_03_dt_semantics.md
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Johnson <[email protected]>
  • Loading branch information
lmapii and ejohnso49 authored Feb 8, 2024
1 parent f7dd877 commit 47f054f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _drafts/practical_zephyr_03_dt_semantics.md
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ We'll learn how to use those macros in the section about [Zephyr's Devicetree AP

### Basic types

In the previous article, we've seen all types supported by devicetrees in Zephyr. We'll now use the same node, but extend it by two properties called `enum-int` and `enum-string`, since *enum*erations are represented differently in bindings. In the previous article, we've seen that Zephyr's Devicetree generator ignores _value_ labels. We'll throw in two of those, named `second_value` and `string_value`, for good practice, and also add the `label_with_props` for `/node_with_props`:
In the previous article, we've seen all of the types supported by devicetrees in Zephyr. We'll now use the same node, but extend it by two properties called `enum-int` and `enum-string`, since *enum*erations are represented differently in bindings. In the previous article, we've seen that Zephyr's Devicetree generator ignores _value_ labels. We'll throw in two of those, named `second_value` and `string_value`, for good practice, and also add the `label_with_props` for `/node_with_props`:

`dts/playground/props-basics.overlay`
```dts
Expand Down

0 comments on commit 47f054f

Please sign in to comment.