fixeria submitted this change.
firmware/battery: fix -Wunused-variable in battery_compal_e88_timer_cb()
Change-Id: I3e9bbc21aec57dea84034d233a2ba1902602bdb2
---
M src/target/firmware/battery/compal_e88.c
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/target/firmware/battery/compal_e88.c b/src/target/firmware/battery/compal_e88.c
index 42f77f2..788d8ab 100644
--- a/src/target/firmware/battery/compal_e88.c
+++ b/src/target/firmware/battery/compal_e88.c
@@ -352,7 +352,6 @@
static void
battery_compal_e88_timer_cb(void *p){
struct osmo_timer_list *tmr = (struct osmo_timer_list*)p;
- int i;
if(bat_compal_e88_adc_read()){ /* read back ADCs after a brief delay */
osmo_timer_schedule(tmr,ADC_TIMER_DELAY);
To view, visit change 27876. To unsubscribe, or for help writing mail filters, visit settings.