Merge "healthd: Correct the scaling factor for maxVoltage and maxCurrent." into nyc-dev

This commit is contained in:
Ruchi Kandoi 2016-02-26 21:27:47 +00:00 committed by Android (Google) Code Review
commit 1d043484d4
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 {