summaryrefslogtreecommitdiff
path: root/board/kevin/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/kevin/board.c')
-rw-r--r--board/kevin/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/kevin/board.c b/board/kevin/board.c
index 6578049fab..79346b9203 100644
--- a/board/kevin/board.c
+++ b/board/kevin/board.c
@@ -69,7 +69,7 @@ BUILD_ASSERT(ARRAY_SIZE(adc_channels) == ADC_CH_COUNT);
/* PWM channels. Must be in the exactly same order as in enum pwm_channel. */
const struct pwm_t pwm_channels[] = {
[PWM_CH_BKLIGHT] = { 2, 0, 10000 },
- [PWM_CH_LED] = { 3, PWM_CONFIG_DSLEEP_CLK, 100 },
+ [PWM_CH_LED] = { 3, PWM_CONFIG_DSLEEP, 100 },
};
BUILD_ASSERT(ARRAY_SIZE(pwm_channels) == PWM_CH_COUNT);