From 6619a2d3298e5891a58e149c3480ff6c0e8b0ad9 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Tue, 3 May 2022 17:34:46 +0100 Subject: [PATCH] Typo (#799) Remove superfluous apostrophes in Doxygen comments --- src/rp2_common/hardware_pio/include/hardware/pio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rp2_common/hardware_pio/include/hardware/pio.h b/src/rp2_common/hardware_pio/include/hardware/pio.h index 2a9b4d3..fd5499a 100644 --- a/src/rp2_common/hardware_pio/include/hardware/pio.h +++ b/src/rp2_common/hardware_pio/include/hardware/pio.h @@ -157,7 +157,7 @@ static inline void sm_config_set_set_pins(pio_sm_config *c, uint set_base, uint /*! \brief Set the 'in' pins in a state machine configuration * \ingroup sm_config * - * Can overlap with the 'out', ''set' and 'sideset' pins + * Can overlap with the 'out', 'set' and 'sideset' pins * * \param c Pointer to the configuration structure to modify * \param in_base 0-31 First pin to use as input @@ -948,7 +948,7 @@ static inline void pio_sm_set_set_pins(PIO pio, uint sm, uint set_base, uint set /*! \brief Set the current 'in' pins for a state machine * \ingroup sm_config * - * Can overlap with the 'out', ''set' and 'sideset' pins + * Can overlap with the 'out', 'set' and 'sideset' pins * * \param pio The PIO instance; either \ref pio0 or \ref pio1 * \param sm State machine index (0..3)