From 91cfdd0dac2c1a89f3c8fc2aa8af6ce153589026 Mon Sep 17 00:00:00 2001 From: Vic Yang Date: Wed, 1 Oct 2014 10:33:29 +0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/220711 Reviewed-by: Bill Richardson --- include/lightbar_msg_list.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'include/lightbar_msg_list.h') 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 */ -- cgit v1.2.1