From 75ad7c9792ec110cc92e2409d8c0345979660a7b Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 6 Apr 2024 21:25:36 -0400 Subject: Remove duplicate 'const' declaration in percent_to_volt_charge[] Affetcs many hosted targets; probably was a typo that was copy-pasted everywhere else. Change-Id: Ifbb31e7ff1fce4874fa0f3c108db59f152e2f927 --- firmware/target/hosted/samsungypr/ypr1/powermgmt-ypr1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/target/hosted/samsungypr/ypr1/powermgmt-ypr1.c') diff --git a/firmware/target/hosted/samsungypr/ypr1/powermgmt-ypr1.c b/firmware/target/hosted/samsungypr/ypr1/powermgmt-ypr1.c index 7eeea721a5..b60c278198 100644 --- a/firmware/target/hosted/samsungypr/ypr1/powermgmt-ypr1.c +++ b/firmware/target/hosted/samsungypr/ypr1/powermgmt-ypr1.c @@ -76,7 +76,7 @@ const unsigned short percent_to_volt_discharge[BATTERY_TYPES_COUNT][11] = #if CONFIG_CHARGING /* voltages (millivolt) of 0%, 10%, ... 100% when charging enabled */ -const unsigned short const percent_to_volt_charge[11] = +const unsigned short percent_to_volt_charge[11] = { 3450, 3670, 3721, 3751, 3782, 3821, 3876, 3941, 4034, 4125, 4200 }; -- cgit v1.2.3