summaryrefslogtreecommitdiff
path: root/board/nami/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/nami/board.c')
-rw-r--r--board/nami/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/nami/board.c b/board/nami/board.c
index e48b68dc79..11f979c970 100644
--- a/board/nami/board.c
+++ b/board/nami/board.c
@@ -495,8 +495,8 @@ void board_hibernate(void)
}
const struct pwm_t pwm_channels[] = {
- [PWM_CH_LED_RED] = { 3, PWM_CONFIG_DSLEEP, 100 },
- [PWM_CH_LED_GREEN] = { 5, PWM_CONFIG_DSLEEP, 100 },
+ [PWM_CH_LED1] = { 3, PWM_CONFIG_DSLEEP, 100 },
+ [PWM_CH_LED2] = { 5, PWM_CONFIG_DSLEEP, 100 },
[PWM_CH_FAN] = {4, PWM_CONFIG_OPEN_DRAIN, 25000},
};
BUILD_ASSERT(ARRAY_SIZE(pwm_channels) == PWM_CH_COUNT);