summaryrefslogtreecommitdiff
path: root/include/lb_common.h
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2014-10-01 10:33:29 +0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-10-08 02:50:54 +0000
commit91cfdd0dac2c1a89f3c8fc2aa8af6ce153589026 (patch)
treeb5a1becfe3efd893bf48635ccf4c317c71f55baa /include/lb_common.h
parenta3ddf04ca9904e73ae6b7bec0218f5861b3f2a74 (diff)
downloadchrome-ec-91cfdd0dac2c1a89f3c8fc2aa8af6ce153589026.tar.gz
Remove PULSE and TEST sequences from lightbar module
PULSE and TEST sequences are not used anywhere. Remove them to save flash space. Also, fix msleep(MSEC) calls in the unit test; it's essentially usleep(SECOND) written in an incorrect way. BUG=chrome-os-partner:32203 TEST=make buildall BRANCH=None Change-Id: I61ba897df632538eb89364a4c913d5fee87f3864 Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/220711 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'include/lb_common.h')
-rw-r--r--include/lb_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/lb_common.h b/include/lb_common.h
index 49ab193254..b68540176b 100644
--- a/include/lb_common.h
+++ b/include/lb_common.h
@@ -28,8 +28,6 @@ void lb_init(void);
void lb_off(void);
/* Enable the LED current. */
void lb_on(void);
-/* Instruct the IC to run a built-in sequence of color changes. */
-void lb_start_builtin_cycle(void);
/* Fill in the response fields for the LIGHTBAR_CMD_DUMP command. */
void lb_hc_cmd_dump(struct ec_response_lightbar *out);
/* Write the IC controller register given by the LIGHTBAR_CMD_REG command. */