From cf0861340ebbe4804496b05667f7aaf407f898b7 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Sun, 1 Sep 2024 08:29:59 +0100 Subject: [PATCH] PIO doxygen typo --- 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 a8cd5b91..2adab14d 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