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:
Ruchi Kandoi 2016-02-25 16:19:30 -08:00
parent 40e1df4488
commit 5c09ec1726
1 changed files with 1 additions and 1 deletions

View File

@ -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 {