Remove superfluous apostrophes in Doxygen comments
This commit is contained in:
Andrew Scheller 2022-05-03 17:34:46 +01:00 committed by GitHub
parent 5a427fbf1f
commit 6619a2d329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)