We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92c8e8e + 243bcd4 commit de93c07Copy full SHA for de93c07
board/hx20/board.c
@@ -740,7 +740,7 @@ static void charger_chips_init(void)
740
if (i2c_write16(I2C_PORT_CHARGER, ISL9241_ADDR_FLAGS,
741
ISL9241_REG_CONTROL2, ISL9241_CONTROL2_TRICKLE_CHG_CURR_128 |
742
ISL9241_CONTROL2_GENERAL_PURPOSE_COMPARATOR |
743
- ISL9241_CONTROL2_PROCHOT_DEBOUNCE_100))
+ ISL9241_CONTROL2_PROCHOT_DEBOUNCE_1000))
744
goto init_fail;
745
746
0 commit comments