summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/glados/led.c8
-rw-r--r--board/kunimitsu/led.c8
-rw-r--r--board/lars/led.c8
3 files changed, 12 insertions, 12 deletions
diff --git a/board/glados/led.c b/board/glados/led.c
index 3d2300fddd..259a08f2c6 100644
--- a/board/glados/led.c
+++ b/board/glados/led.c
@@ -21,10 +21,10 @@
#define CRITICAL_LOW_BATTERY_PERCENTAGE 3
#define LOW_BATTERY_PERCENTAGE 10
-#define LED_TOTAL_4SECS_TICKS 16
-#define LED_TOTAL_2SECS_TICKS 8
-#define LED_ON_1SEC_TICKS 4
-#define LED_ON_2SECS_TICKS 8
+#define LED_TOTAL_4SECS_TICKS 4
+#define LED_TOTAL_2SECS_TICKS 2
+#define LED_ON_1SEC_TICKS 1
+#define LED_ON_2SECS_TICKS 2
const enum ec_led_id supported_led_ids[] = {
EC_LED_ID_BATTERY_LED};
diff --git a/board/kunimitsu/led.c b/board/kunimitsu/led.c
index 230695dd5b..757d9792e4 100644
--- a/board/kunimitsu/led.c
+++ b/board/kunimitsu/led.c
@@ -21,10 +21,10 @@
#define CRITICAL_LOW_BATTERY_PERCENTAGE 3
#define LOW_BATTERY_PERCENTAGE 10
-#define LED_TOTAL_4SECS_TICKS 16
-#define LED_TOTAL_2SECS_TICKS 8
-#define LED_ON_1SEC_TICKS 4
-#define LED_ON_2SECS_TICKS 8
+#define LED_TOTAL_4SECS_TICKS 4
+#define LED_TOTAL_2SECS_TICKS 2
+#define LED_ON_1SEC_TICKS 1
+#define LED_ON_2SECS_TICKS 2
const enum ec_led_id supported_led_ids[] = {
EC_LED_ID_BATTERY_LED};
diff --git a/board/lars/led.c b/board/lars/led.c
index f95a26f9c4..585580dd66 100644
--- a/board/lars/led.c
+++ b/board/lars/led.c
@@ -21,10 +21,10 @@
#define CRITICAL_LOW_BATTERY_PERCENTAGE 3
#define LOW_BATTERY_PERCENTAGE 10
-#define LED_TOTAL_4SECS_TICKS 16
-#define LED_TOTAL_2SECS_TICKS 8
-#define LED_ON_1SEC_TICKS 4
-#define LED_ON_2SECS_TICKS 8
+#define LED_TOTAL_4SECS_TICKS 4
+#define LED_TOTAL_2SECS_TICKS 2
+#define LED_ON_1SEC_TICKS 1
+#define LED_ON_2SECS_TICKS 2
const enum ec_led_id supported_led_ids[] = {
EC_LED_ID_BATTERY_LED};