summaryrefslogtreecommitdiff
path: root/board/samus/extpower.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/samus/extpower.c')
-rw-r--r--board/samus/extpower.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/samus/extpower.c b/board/samus/extpower.c
index cddb4a76e1..22cd13b44d 100644
--- a/board/samus/extpower.c
+++ b/board/samus/extpower.c
@@ -159,7 +159,7 @@ static void allow_max_request(void)
int prochot_status;
if (charge_circuit_state == CHARGE_CIRCUIT_WEDGED) {
/* Read PROCHOT status register to clear it */
- i2c_read8__7bf(I2C_PORT_CHARGER, BQ24773_ADDR__7bf,
+ i2c_read8(I2C_PORT_CHARGER, BQ24773_ADDR_FLAGS,
BQ24773_PROCHOT_STATUS, &prochot_status);
charge_circuit_state = CHARGE_CIRCUIT_OK;
}
@@ -301,8 +301,8 @@ static void check_charge_wedged(void)
if (charge_circuit_state == CHARGE_CIRCUIT_OK) {
/* Check PROCHOT warning */
- rv = i2c_read8__7bf(I2C_PORT_CHARGER, BQ24773_ADDR__7bf,
- BQ24773_PROCHOT_STATUS, &prochot_status);
+ rv = i2c_read8(I2C_PORT_CHARGER, BQ24773_ADDR_FLAGS,
+ BQ24773_PROCHOT_STATUS, &prochot_status);
if (rv)
prochot_status = 0;