We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb4c235 + a3e1661 commit 833fc2fCopy full SHA for 833fc2f
zephyr/program/lotus/lotus/src/charger.c
@@ -52,7 +52,7 @@ static void board_ina236_init(void)
52
if (rv != EC_SUCCESS)
53
CPRINTS("ina236 write config fail");
54
55
- rv = ina2xx_write(0, INA2XX_REG_ALERT, 0x3E80);
+ rv = ina2xx_write(0, INA2XX_REG_ALERT, 0x5DC0);
56
57
58
CPRINTS("ina236 write alert fail");
0 commit comments