mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 10:49:42 +02:00
Suggested data type change
This commit is contained in:
parent
6ddfb215fe
commit
e1c2b7a6bf
1 changed files with 1 additions and 1 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue