From b98970f71e9c23b65d3098934e2d156496796585 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Sun, 1 Sep 2024 15:31:41 +0100 Subject: [PATCH] PIO doxygen typo (#1894) --- src/rp2_common/hardware_pio/include/hardware/pio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rp2_common/hardware_pio/include/hardware/pio.h b/src/rp2_common/hardware_pio/include/hardware/pio.h index a8cd5b918..2adab14da 100644 --- a/src/rp2_common/hardware_pio/include/hardware/pio.h +++ b/src/rp2_common/hardware_pio/include/hardware/pio.h @@ -370,7 +370,7 @@ static inline void sm_config_set_in_pin_base(pio_sm_config *c, uint in_base) { #endif } -/*! \brief Set the base fpr the 'in' pins in a state machine configuration +/*! \brief Set the base for the 'in' pins in a state machine configuration * \ingroup sm_config * * 'in' pins can overlap with the 'out', 'set' and 'sideset' pins