Skip to content

Commit 9847459

Browse files
kartbencarlescufi
authored andcommitted
doc: add missing param in DT_INST_PIO_PIN_BY_NAME
Add missing '@param name' for DT_INST_PIO_PIN_BY_NAME macro. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent c28b5d3 commit 9847459

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/zephyr/drivers/misc/pio_rpi_pico/pio_rpi_pico.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@
122122
/**
123123
* @brief Get the pin number of a pin by its name.
124124
*
125-
* @param name Name of the pin (e.g. tx, rx, sck).
125+
* @param inst instance number
126+
* @param name name of the pin (e.g. tx, rx, sck).
126127
*/
127128
#define DT_INST_PIO_PIN_BY_NAME(inst, name) \
128129
DT_PIO_PIN_BY_NAME(DT_DRV_INST(inst), name)

0 commit comments

Comments
 (0)