Skip to content

Commit c66a2c1

Browse files
authored
Remove implicit grouping for PIO defines (earlephilhower#779)
1 parent e4a2aa7 commit c66a2c1

File tree

1 file changed

+0
-4
lines changed
  • src/rp2_common/hardware_pio/include/hardware

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,20 +73,16 @@ typedef pio_hw_t *PIO;
7373
* e.g. pio_gpio_init(pio0, 5)
7474
*
7575
* \ingroup hardware_pio
76-
* @{
7776
*/
7877
#define pio0 pio0_hw
79-
/** @} */
8078

8179
/** Identifier for the second (PIO 1) hardware PIO instance (for use in PIO functions).
8280
*
8381
* e.g. pio_gpio_init(pio1, 5)
8482
*
8583
* \ingroup hardware_pio
86-
* @{
8784
*/
8885
#define pio1 pio1_hw
89-
/** @} */
9086

9187
/** \brief PIO state machine configuration
9288
* \defgroup sm_config sm_config

0 commit comments

Comments
 (0)