summaryrefslogtreecommitdiff
path: root/zephyr/include/dt-bindings/battery.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/include/dt-bindings/battery.h')
-rw-r--r--zephyr/include/dt-bindings/battery.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/zephyr/include/dt-bindings/battery.h b/zephyr/include/dt-bindings/battery.h
index c87de79b45..e6465e2a9b 100644
--- a/zephyr/include/dt-bindings/battery.h
+++ b/zephyr/include/dt-bindings/battery.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2022 The ChromiumOS Authors.
+ * Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -10,11 +10,11 @@
* Macros used by LED devicetree files (led.dts) to define battery-level
* range.
*/
-#define BATTERY_LEVEL_EMPTY 0
-#define BATTERY_LEVEL_SHUTDOWN 3
-#define BATTERY_LEVEL_CRITICAL 5
-#define BATTERY_LEVEL_LOW 10
-#define BATTERY_LEVEL_NEAR_FULL 97
-#define BATTERY_LEVEL_FULL 100
+#define BATTERY_LEVEL_EMPTY 0
+#define BATTERY_LEVEL_SHUTDOWN 3
+#define BATTERY_LEVEL_CRITICAL 5
+#define BATTERY_LEVEL_LOW 10
+#define BATTERY_LEVEL_NEAR_FULL 97
+#define BATTERY_LEVEL_FULL 100
#endif /* DT_BINDINGS_BATTERY_H_ */