Skip to content

Commit

Permalink
Delete useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
EhlOps committed Feb 2, 2025
1 parent 3200874 commit a2611aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Core/Src/analyzer.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,6 @@ static void calc_open_cell_voltage(acc_data_t *bmsdata)
}
}
}
avg_ocv;
bmsdata->delt_ocv = avg_ocv - bmsdata->avg_ocv;
bmsdata->avg_ocv = avg_ocv;
bmsdata->pack_ocv = avg_ocv * 10;
Expand Down

0 comments on commit a2611aa

Please sign in to comment.