summaryrefslogtreecommitdiff
path: root/board/big/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/big/board.c')
-rw-r--r--board/big/board.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/big/board.c b/board/big/board.c
index 54fd88d12e..037b115585 100644
--- a/board/big/board.c
+++ b/board/big/board.c
@@ -44,7 +44,6 @@ const unsigned int i2c_ports_used = ARRAY_SIZE(i2c_ports);
/* PWM channels. Must be in the exactly same order as in enum pwm_channel. */
const struct pwm_t pwm_channels[] = {
- {STM32_TIM(2), STM32_TIM_CH(3),
- PWM_CONFIG_ACTIVE_LOW, GPIO_LED_POWER_L},
+ {STM32_TIM(2), STM32_TIM_CH(3), PWM_CONFIG_ACTIVE_LOW},
};
BUILD_ASSERT(ARRAY_SIZE(pwm_channels) == PWM_CH_COUNT);