doc: dts: macros.bnf: fix a comment
This is referring to the wrong macro. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
56da140791
commit
9bd8534040
1 changed files with 2 additions and 2 deletions
|
@ -167,8 +167,8 @@ prop-suf = 1*( "_" gen-name ["_" dt-name] )
|
|||
other-macro = %s"DT_N_" alternate-id
|
||||
; Total count of enabled instances of a compatible.
|
||||
other-macro =/ %s"DT_N_INST_" dt-name %s"_NUM_OKAY"
|
||||
; These are used internally by DT_INST_FOREACH, which iterates over
|
||||
; each enabled instance of a compatible.
|
||||
; These are used internally by DT_INST_FOREACH_STATUS_OKAY,
|
||||
; which iterates over each enabled instance of a compatible.
|
||||
other-macro =/ %s"DT_FOREACH_OKAY_INST_" dt-name
|
||||
other-macro =/ %s"DT_FOREACH_OKAY_INST_VARGS_" dt-name
|
||||
; E.g.: #define DT_CHOSEN_zephyr_flash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue