summaryrefslogtreecommitdiff
path: root/board/cranky/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cranky/board.c')
-rw-r--r--board/cranky/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cranky/board.c b/board/cranky/board.c
index 72ab476965..a870761612 100644
--- a/board/cranky/board.c
+++ b/board/cranky/board.c
@@ -177,8 +177,8 @@ 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[] = {
- {4, PWM_CONFIG_ACTIVE_LOW},
{3, PWM_CONFIG_ACTIVE_LOW},
+ {4, PWM_CONFIG_ACTIVE_LOW},
{2, PWM_CONFIG_ACTIVE_LOW},
};