Skip to content

Commit

Permalink
fixup! static-tests
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 a2bb930 commit 3cf1744
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion boards/rpi-pico/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ 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 @@ -174,7 +175,6 @@ 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
1 change: 0 additions & 1 deletion cpu/rpx0xx/periph/pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ void pwm_set(pwm_t pwm, uint8_t channel, uint16_t value)
io_reg_write_dont_corrupt(&pwm_slice(slice)->cc,
(value << PWM_CH0_CC_A_Pos),
PWM_CH0_CC_A_Msk);

}
}

Expand Down

0 comments on commit 3cf1744

Please sign in to comment.