summaryrefslogtreecommitdiff
path: root/test/charge_ramp.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/charge_ramp.c')
-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 d239081c1c..acffdadbf8 100644
--- a/test/charge_ramp.c
+++ b/test/charge_ramp.c
@@ -59,7 +59,7 @@ int chg_ramp_max(int port, int supplier, int sup_curr)
return 3000;
}
-/* Dummy bc12_ports[] array to make linker happy */
+/* Mock bc12_ports[] array to make linker happy */
struct bc12_config bc12_ports[0];
int charge_is_consuming_full_input_current(void)