mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 19:42:08 +02:00
Correct datatype for current value
This commit is contained in:
parent
6068ffefd0
commit
124164868b
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ typedef struct {
|
||||||
uint16_t BECMsupplyVoltage = 0;
|
uint16_t BECMsupplyVoltage = 0;
|
||||||
|
|
||||||
uint16_t BECMBatteryVoltage = 0;
|
uint16_t BECMBatteryVoltage = 0;
|
||||||
uint16_t BECMBatteryCurrent = 0;
|
int16_t BECMBatteryCurrent = 0;
|
||||||
uint16_t BECMUDynMaxLim = 0;
|
uint16_t BECMUDynMaxLim = 0;
|
||||||
uint16_t BECMUDynMinLim = 0;
|
uint16_t BECMUDynMinLim = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue