summaryrefslogtreecommitdiff
path: root/include/lightbar_msg_list.h
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2012-04-26 11:26:54 -0700
committerBill Richardson <wfrichar@chromium.org>2012-04-26 13:57:19 -0700
commit31190cf21594f4ada3558693dab50ec6abb0d6b4 (patch)
treeab4391e5905328184c232a6ceff00b6039a3038f /include/lightbar_msg_list.h
parent9a59d98b3d1d72604b7c5ac916b494716bd83082 (diff)
downloadchrome-ec-31190cf21594f4ada3558693dab50ec6abb0d6b4.tar.gz
Create host-side lightbar bikeshedding tool.
BUG=chrome-os-partner:7839 TEST=manual cd src/platform/ec make BOARD=link copy ./build/link/util/lbplay to the host and run it as root. Change-Id: I6a4a842b7500751185c8f4c2744f4389226bae9b Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'include/lightbar_msg_list.h')
-rw-r--r--include/lightbar_msg_list.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/include/lightbar_msg_list.h b/include/lightbar_msg_list.h
index f1c73a7f83..d4563ab348 100644
--- a/include/lightbar_msg_list.h
+++ b/include/lightbar_msg_list.h
@@ -7,16 +7,16 @@
* types.
*/
#define LIGHTBAR_MSG_LIST \
- LBMSG(ERROR), \
- LBMSG(S5), \
- LBMSG(S3), \
- LBMSG(S0), \
- LBMSG(S5S3), \
- LBMSG(S3S0), \
- LBMSG(S0S3), \
- LBMSG(S3S5), \
- LBMSG(STOP), \
- LBMSG(RUN), \
- LBMSG(PULSE), \
- LBMSG(TEST), \
- LBMSG(KONAMI),
+ LBMSG(ERROR), /* 0 */ \
+ LBMSG(S5), /* 1 */ \
+ LBMSG(S3), /* 2 */ \
+ LBMSG(S0), /* 3 */ \
+ LBMSG(S5S3), /* 4 */ \
+ LBMSG(S3S0), /* 5 */ \
+ LBMSG(S0S3), /* 6 */ \
+ LBMSG(S3S5), /* 7 */ \
+ LBMSG(STOP), /* 8 */ \
+ LBMSG(RUN), /* 9 */ \
+ LBMSG(PULSE), /* A */ \
+ LBMSG(TEST), /* B */ \
+ LBMSG(KONAMI), /* C */