summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/charge_ramp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/charge_ramp.c b/test/charge_ramp.c
index e3dce7a860..f6f8bd542e 100644
--- a/test/charge_ramp.c
+++ b/test/charge_ramp.c
@@ -64,7 +64,7 @@ int usb_charger_ramp_max(int supplier, int sup_curr)
return 0;
}
-int board_is_consuming_full_charge(void)
+int charge_is_consuming_full_input_current(void)
{
return charge_limit_ma <= system_load_current_ma;
}