Skip to content

Commit

Permalink
I think fixing it
Browse files Browse the repository at this point in the history
  • Loading branch information
nwdepatie committed Apr 27, 2024
1 parent 702c46e commit 39c3541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Src/segment.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ void segment_configure_balancing(bool discharge_config[NUM_CHIPS][NUM_CELLS_PER_
discharge_commands[mapping_correction[c]] &= ~(1 << cell);
}

configure_discharge(mapping_correction[c], discharge_commands[mapping_correction[c]]);
configure_discharge(c, discharge_commands[c]);
}
push_chip_configuration();
}
Expand Down

0 comments on commit 39c3541

Please sign in to comment.