Skip to content

Commit

Permalink
fixup! doccheck
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
  • Loading branch information
dylad committed Mar 17, 2024
1 parent 3cf1744 commit 62c5fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/rpi-pico/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ static const pio_conf_t pio_config[] = {
#define PIO_1_ISR1 isr_pio11 /**< ISR name of PIO 1 IRQ 1 */

#define PIO_NUMOF ARRAY_SIZE(pio_config) /**< Number of PIOs */
/** @} */

#if defined(PIO_I2C_CONFIG) || defined(DOXYGEN)
/**
Expand All @@ -175,8 +174,9 @@ static const pio_i2c_conf_t pio_i2c_config[] = {
#else
#define pio_i2c_config ((pio_i2c_conf_t *)NULL)
#endif
/** @} */

/*
/**
* @name PWM configuration
* @{
*/
Expand Down

0 comments on commit 62c5fe9

Please sign in to comment.