Skip to content

Commit

Permalink
Merge branch '7-coulomb-counting' of https://github.com/Northeastern-…
Browse files Browse the repository at this point in the history
…Electric-Racing/ShepherdBMS-2 into 7-coulomb-counting
  • Loading branch information
Sabramz committed Apr 3, 2024
2 parents f751243 + 3bfce42 commit 2e02425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core/Src/analyzer.c
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,6 @@ void calc_state_of_charge()
bmsdata->soc = 0;
}


}

void calc_state_of_charge_old()
Expand All @@ -566,6 +565,7 @@ void calc_state_of_charge_old()
if (bmsdata->soc < 0) {
bmsdata->soc = 0;
}

}

void high_curr_therm_check()
Expand Down
2 changes: 1 addition & 1 deletion Drivers/Embedded-Base

0 comments on commit 2e02425

Please sign in to comment.