fixed wrong type
This commit is contained in:
parent
09951edbba
commit
f2e15bb134
@ -105,7 +105,7 @@ class PowerController : public ExtendedControllerBase, public ReceivesParameterM
|
||||
float coulombCounterCharge = 0; // [mC]
|
||||
float coulombCounterChargeUpperThreshold = 0.0; // [mC]
|
||||
|
||||
static constexpr float INVALID_TOTAL_BATTERY_CURRENT = 0;
|
||||
static constexpr int16_t INVALID_TOTAL_BATTERY_CURRENT = 0;
|
||||
static constexpr float INVALID_SOC = -1;
|
||||
|
||||
// HK Datasets for Calculation
|
||||
|
Loading…
Reference in New Issue
Block a user