doc: Fix dt_chosen_has_compat doc
Missing a parameter in this function documentation Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
6a179996c3
commit
0d36622b05
1 changed files with 1 additions and 1 deletions
2
doc/build/kconfig/preprocessor-functions.rst
vendored
2
doc/build/kconfig/preprocessor-functions.rst
vendored
|
|
@ -30,7 +30,7 @@ while the ``*_hex`` version returns a hexadecimal value starting with ``0x``.
|
|||
$(dt_alias_enabled,<node alias>)
|
||||
$(dt_chosen_bool_prop, <property in /chosen>, <prop>)
|
||||
$(dt_chosen_enabled,<property in /chosen>)
|
||||
$(dt_chosen_has_compat,<property in /chosen>)
|
||||
$(dt_chosen_has_compat,<property in /chosen>,<compatible string>)
|
||||
$(dt_chosen_label,<property in /chosen>)
|
||||
$(dt_chosen_partition,addr_hex,<chosen>[,<index>,<unit>])
|
||||
$(dt_chosen_partition,addr_int,<chosen>[,<index>,<unit>])
|
||||
|
|
|
|||
Loading…
Reference in a new issue