devicetree: fix DT_FOREACH_STATUS_OKAY brief
Remove mention to DT_DRV_COMPAT in brief since DT_FOREACH_STATUS_OKAY is not relying on it and is taking "compat" as argument. Signed-off-by: Aymeric Aillet <aymeric.aillet@iot.bzh>
This commit is contained in:
parent
38c42f69d2
commit
f2f89d1721
1 changed files with 1 additions and 2 deletions
|
@ -2070,8 +2070,7 @@
|
||||||
DT_CAT4(node_id, _P_, prop, _FOREACH_PROP_ELEM_VARGS)(fn, __VA_ARGS__)
|
DT_CAT4(node_id, _P_, prop, _FOREACH_PROP_ELEM_VARGS)(fn, __VA_ARGS__)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Call "fn" on all nodes with compatible DT_DRV_COMPAT
|
* @brief Invokes "fn" for each status "okay" node of a compatible.
|
||||||
* and status "okay"
|
|
||||||
*
|
*
|
||||||
* This macro expands to:
|
* This macro expands to:
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue