devicetree: fix DT_FOREACH_PROP_ELEM_SEP doxygen example

Remove a duplicate line from the code sample.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
Pieter De Gendt 2023-09-08 12:07:00 +02:00 committed by Martí Bolívar
commit 64708f0200

View file

@ -2797,7 +2797,6 @@
*
* @code{.c}
* struct gpio_dt_spec specs[] = {
* struct gpio_dt_spec specs[] = {
* GPIO_DT_SPEC_GET_BY_IDX(DT_NODELABEL(n), my_gpios, 0),
* GPIO_DT_SPEC_GET_BY_IDX(DT_NODELABEL(n), my_gpios, 1)
* };