devicetree.h: fix DT_ENUM_TOKEN docstring
Remove extraneous parentheses. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
7711435347
commit
a2b61d5ed0
1 changed files with 3 additions and 3 deletions
|
@ -740,9 +740,9 @@
|
|||
*
|
||||
* Example usage:
|
||||
*
|
||||
* DT_ENUM_TOKEN((DT_NODELABEL(n1), prop) // foo
|
||||
* DT_ENUM_TOKEN((DT_NODELABEL(n2), prop) // FOO
|
||||
* DT_ENUM_TOKEN((DT_NODELABEL(n3), prop) // 123_foo
|
||||
* DT_ENUM_TOKEN(DT_NODELABEL(n1), prop) // foo
|
||||
* DT_ENUM_TOKEN(DT_NODELABEL(n2), prop) // FOO
|
||||
* DT_ENUM_TOKEN(DT_NODELABEL(n3), prop) // 123_foo
|
||||
*
|
||||
* Notice how:
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue