summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/drobit/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/drobit/board.c b/board/drobit/board.c
index db9b3f1107..71a236591d 100644
--- a/board/drobit/board.c
+++ b/board/drobit/board.c
@@ -249,7 +249,7 @@ const struct pwm_t pwm_channels[] = {
* lower PWM frequencies, but higher frequencies record a much
* lower maximum power.
*/
- .freq = 2400,
+ .freq = 10000,
},
};
BUILD_ASSERT(ARRAY_SIZE(pwm_channels) == PWM_CH_COUNT);