Skip to content

Commit 6619a2d

Browse files
authored
Remove superfluous apostrophes in Doxygen comments
1 parent 5a427fb commit 6619a2d

File tree

1 file changed

+2
-2
lines changed
  • src/rp2_common/hardware_pio/include/hardware

1 file changed

+2
-2
lines changed

src/rp2_common/hardware_pio/include/hardware/pio.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ static inline void sm_config_set_set_pins(pio_sm_config *c, uint set_base, uint
157157
/*! \brief Set the 'in' pins in a state machine configuration
158158
* \ingroup sm_config
159159
*
160-
* Can overlap with the 'out', ''set' and 'sideset' pins
160+
* Can overlap with the 'out', 'set' and 'sideset' pins
161161
*
162162
* \param c Pointer to the configuration structure to modify
163163
* \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
948948
/*! \brief Set the current 'in' pins for a state machine
949949
* \ingroup sm_config
950950
*
951-
* Can overlap with the 'out', ''set' and 'sideset' pins
951+
* Can overlap with the 'out', 'set' and 'sideset' pins
952952
*
953953
* \param pio The PIO instance; either \ref pio0 or \ref pio1
954954
* \param sm State machine index (0..3)

0 commit comments

Comments
 (0)