summaryrefslogtreecommitdiff
path: root/include/lightbar_msg_list.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/lightbar_msg_list.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/lightbar_msg_list.h')
-rw-r--r--include/lightbar_msg_list.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/lightbar_msg_list.h b/include/lightbar_msg_list.h
index 77b8c60ad2..bb53dacb58 100644
--- a/include/lightbar_msg_list.h
+++ b/include/lightbar_msg_list.h
@@ -17,8 +17,6 @@
LBMSG(S3S5), /* 7 */ \
LBMSG(STOP), /* 8 */ \
LBMSG(RUN), /* 9 */ \
- LBMSG(PULSE), /* A */ \
- LBMSG(TEST), /* B */ \
- LBMSG(KONAMI), /* C */ \
- LBMSG(TAP), /* D */ \
- LBMSG(PROGRAM), /* E */
+ LBMSG(KONAMI), /* A */ \
+ LBMSG(TAP), /* B */ \
+ LBMSG(PROGRAM), /* C */