Skip to content

Commit

Permalink
Update drv_bl_shared.c
Browse files Browse the repository at this point in the history
  • Loading branch information
2Fblob authored Aug 25, 2024
1 parent 5fea436 commit 7d3cbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/drv_bl_shared.c
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ void BL_ProcessUpdate(float voltage, float current, float power,
if ((int)net_energy>10)
{
// let's turn the party off!
for (int q=0; q<(dump_load_relay_number-1)r; q++)
for (int q=0; q<(dump_load_relay_number-1); q++)
{
dump_load_relay[q] = 0;
}
Expand Down

0 comments on commit 7d3cbf4

Please sign in to comment.