Skip to content

Commit e876c59

Browse files
committed
pbio/platform/prime_hub: Fix PWM channel for charge enable.
1 parent b2fd58d commit e876c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pbio/platform/prime_hub/platform.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const pbdrv_bluetooth_btstack_platform_data_t pbdrv_bluetooth_btstack_platform_d
139139

140140
const pbdrv_charger_mp2639a_platform_data_t pbdrv_charger_mp2639a_platform_data = {
141141
.mode_pwm_id = PWM_DEV_5_TLC5955,
142-
.mode_pwm_ch = 15,
142+
.mode_pwm_ch = 14,
143143
.chg_resistor_ladder_id = RESISTOR_LADDER_DEV_0,
144144
.chg_resistor_ladder_ch = PBDRV_RESISTOR_LADDER_CH_2,
145145
.ib_adc_ch = 3,

0 commit comments

Comments
 (0)