Remove implicit grouping for PIO defines (#779)

This commit is contained in:
Andrew Scheller 2022-05-03 17:46:10 +01:00 committed by GitHub
parent e4a2aa7262
commit c66a2c1c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,20 +73,16 @@ typedef pio_hw_t *PIO;
* e.g. pio_gpio_init(pio0, 5)
*
* \ingroup hardware_pio
* @{
*/
#define pio0 pio0_hw
/** @} */
/** Identifier for the second (PIO 1) hardware PIO instance (for use in PIO functions).
*
* e.g. pio_gpio_init(pio1, 5)
*
* \ingroup hardware_pio
* @{
*/
#define pio1 pio1_hw
/** @} */
/** \brief PIO state machine configuration
* \defgroup sm_config sm_config