diff options
| author | Nick Desaulniers <ndesaulniers@google.com> | 2016-07-11 10:35:42 -0700 |
|---|---|---|
| committer | Nick Desaulniers <ndesaulniers@google.com> | 2016-07-11 10:57:03 -0700 |
| commit | 58f8765157208fc1065a0f4fe7bea03991c42ab4 (patch) | |
| tree | c45a015f5723a3cc72d10c36870ffe4abbb4a4f8 /liblight | |
| parent | b014d376010ad8e129599d9dab034cae5d6e88b0 (diff) | |
marlin: reenable battery notification LED
Bug: 30048869
Change-Id: I262074e496af0896be1f9cfce550d722daaf4ad8
Diffstat (limited to 'liblight')
| -rw-r--r-- | liblight/lights.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liblight/lights.c b/liblight/lights.c index 0b9b0daf..ae212046 100644 --- a/liblight/lights.c +++ b/liblight/lights.c @@ -38,7 +38,7 @@ /* * Change this to 1 to support battery notifications via BatteryService */ -#define LIGHTS_SUPPORT_BATTERY 0 +#define LIGHTS_SUPPORT_BATTERY 1 static pthread_once_t g_init = PTHREAD_ONCE_INIT; static pthread_mutex_t g_lock = PTHREAD_MUTEX_INITIALIZER; |
