From 12cffb132f102c1747535e1502931a8eb31094bf Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Wed, 28 Sep 2011 17:46:14 -0400 Subject: liblight: Narrow the pulse for notification LED blink Bug: 5297742 Change-Id: I0be9013d2cc32da701d43c398f52c577218777b2 Signed-off-by: Mike Lockwood --- liblight/lights.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'liblight') diff --git a/liblight/lights.c b/liblight/lights.c index 7c72dce..8c675b2 100644 --- a/liblight/lights.c +++ b/liblight/lights.c @@ -35,7 +35,7 @@ char const *const LED_FILE = "/dev/an30259a_leds"; #define IMAX 0 // 12.75mA power consumption // Slope values, based on total blink of 1000ms -#define SLOPE_UP_1 400 +#define SLOPE_UP_1 450 #define SLOPE_UP_2 (500-SLOPE_UP_1) #define SLOPE_DOWN_1 SLOPE_UP_2 #define SLOPE_DOWN_2 SLOPE_UP_1 -- cgit v1.1