diff options
| author | matt_huang <matt_huang@htc.com> | 2016-07-04 18:00:48 +0800 |
|---|---|---|
| committer | Steve Pfetsch <spfetsch@google.com> | 2016-07-11 19:11:00 -0700 |
| commit | da0c4743aae830fda35150c883074d1ad5688715 (patch) | |
| tree | 12fdd9b95098d1153e4fa41659d50078c6afad95 /liblight | |
| parent | 59f8575d4a5e9a001d20a93d8adac6ad198f01be (diff) | |
marlin: liblight: Correct blue led attr file path
Previous BLUE_ON_OFF_MS_FILE is incorrect
Bug: 29961905
Change-Id: I64ac91448ef8c9a685b7d8b51858e786955a7a5f
Signed-off-by: matt_huang <matt_huang@htc.com>
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 1701abd6..0440d573 100644 --- a/liblight/lights.c +++ b/liblight/lights.c @@ -83,7 +83,7 @@ char const*const GREEN_ON_OFF_MS_FILE = "/sys/class/leds/green/on_off_ms"; char const*const BLUE_ON_OFF_MS_FILE - = "/sys/class/leds/red/on_off_ms"; + = "/sys/class/leds/blue/on_off_ms"; char const*const RED_RGB_START_FILE = "/sys/class/leds/red/rgb_start"; |
