Skip to content

Commit

Permalink
Suggested data type change
Browse files Browse the repository at this point in the history
  • Loading branch information
amarofarinha authored May 29, 2024
1 parent 6ddfb21 commit e1c2b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Software/src/devboard/safety/safety.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "../utils/events.h"

static uint16_t cell_deviation_mV = 0;
static uint16_t charge_discharge_limit_failures = 0;
static uint8_t charge_discharge_limit_failures = 0;

void update_machineryprotection() {
// Start checking that the battery is within reason. Incase we see any funny business, raise an event!
Expand Down

0 comments on commit e1c2b7a

Please sign in to comment.