summaryrefslogtreecommitdiff
path: root/include/led_onoff_states.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/led_onoff_states.h')
-rw-r--r--include/led_onoff_states.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/include/led_onoff_states.h b/include/led_onoff_states.h
index 63955e590a..bfad06aabc 100644
--- a/include/led_onoff_states.h
+++ b/include/led_onoff_states.h
@@ -1,4 +1,4 @@
-/* Copyright 2018 The Chromium OS Authors. All rights reserved.
+/* Copyright 2018 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
@@ -10,19 +10,15 @@
#include "ec_commands.h"
-#define LED_INDEFINITE UINT8_MAX
-#define LED_ONE_SEC (1000 / HOOK_TICK_INTERVAL_MS)
-#define LED_OFF EC_LED_COLOR_COUNT
+#define LED_INDEFINITE UINT8_MAX
+#define LED_ONE_SEC (1000 / HOOK_TICK_INTERVAL_MS)
+#define LED_OFF EC_LED_COLOR_COUNT
/*
* All LED states should have one phase defined,
* and an additional phase can be defined for blinking
*/
-enum led_phase {
- LED_PHASE_0,
- LED_PHASE_1,
- LED_NUM_PHASES
-};
+enum led_phase { LED_PHASE_0, LED_PHASE_1, LED_NUM_PHASES };
/*
* STATE_CHARGING_LVL_1 is when 0 <= charge_percentage < led_charge_level_1