diff --git a/boards/stm32f3discovery/include/periph_conf.h b/boards/stm32f3discovery/include/periph_conf.h index a47c93c10c..ea71b73df0 100644 --- a/boards/stm32f3discovery/include/periph_conf.h +++ b/boards/stm32f3discovery/include/periph_conf.h @@ -134,7 +134,7 @@ extern "C" { /* PWM 1 device configuration */ #define PWM_1_DEV TIM4 #define PWM_1_CHANNELS 4 -#define PWM_1_CLK (36000000U) +#define PWM_1_CLK (72000000U) #define PWM_1_CLKEN() (RCC->APB1ENR |= RCC_APB1ENR_TIM4EN) #define PWM_1_CLKDIS() (RCC->APB1ENR &= ~(RCC_APB1ENR_TIM4EN)) /* PWM 1 pin configuration */