Skip to content

Commit 0d36622

Browse files
decsnydleach02
authored andcommitted
doc: Fix dt_chosen_has_compat doc
Missing a parameter in this function documentation Signed-off-by: Declan Snyder <[email protected]>
1 parent 6a17999 commit 0d36622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build/kconfig/preprocessor-functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ while the ``*_hex`` version returns a hexadecimal value starting with ``0x``.
3030
$(dt_alias_enabled,<node alias>)
3131
$(dt_chosen_bool_prop, <property in /chosen>, <prop>)
3232
$(dt_chosen_enabled,<property in /chosen>)
33-
$(dt_chosen_has_compat,<property in /chosen>)
33+
$(dt_chosen_has_compat,<property in /chosen>,<compatible string>)
3434
$(dt_chosen_label,<property in /chosen>)
3535
$(dt_chosen_partition,addr_hex,<chosen>[,<index>,<unit>])
3636
$(dt_chosen_partition,addr_int,<chosen>[,<index>,<unit>])

0 commit comments

Comments
 (0)