fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/27876 )
Change subject: firmware/battery: fix -Wunused-variable in battery_compal_e88_timer_cb() ......................................................................
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(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
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);
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.