healthd: Correct the scaling factor for maxVoltage and maxCurrent.
Change-Id: I93a4c916d0c742710c00c0b15d8d1de6b8f8d1c2 Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
This commit is contained in:
parent
40e1df4488
commit
5c09ec1726
|
@ -39,7 +39,7 @@
|
|||
#define FAKE_BATTERY_CAPACITY 42
|
||||
#define FAKE_BATTERY_TEMPERATURE 424
|
||||
#define ALWAYS_PLUGGED_CAPACITY 100
|
||||
#define MILLION 10000000.0
|
||||
#define MILLION 1.0e6
|
||||
#define DEFAULT_VBUS_VOLTAGE 5000000
|
||||
|
||||
namespace android {
|
||||
|
|
Loading…
Reference in New Issue