summaryrefslogtreecommitdiff
path: root/board/constitution/pwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/constitution/pwm.c')
-rw-r--r--board/constitution/pwm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/constitution/pwm.c b/board/constitution/pwm.c
index c242714d65..6558587bf9 100644
--- a/board/constitution/pwm.c
+++ b/board/constitution/pwm.c
@@ -14,8 +14,8 @@ const struct pwm_t pwm_channels[] = {
.flags = PWM_CONFIG_DSLEEP,
.freq = 2000 },
[PWM_CH_FAN] = { .channel = 5,
- .flags = PWM_CONFIG_OPEN_DRAIN | PWM_CONFIG_DSLEEP,
- .freq = 1000 },
+ .flags = PWM_CONFIG_OPEN_DRAIN,
+ .freq = 25000 },
[PWM_CH_LED_RED] = { .channel = 2,
.flags = PWM_CONFIG_DSLEEP,
.freq = 2000 },