summaryrefslogtreecommitdiff
path: root/include/lightbar_msg_list.h
diff options
context:
space:
mode:
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 */