summaryrefslogtreecommitdiff
path: root/board/elm/battery.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/elm/battery.c')
-rw-r--r--board/elm/battery.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/elm/battery.c b/board/elm/battery.c
index de9685a89d..9ef59414a2 100644
--- a/board/elm/battery.c
+++ b/board/elm/battery.c
@@ -1,4 +1,4 @@
-/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
@@ -10,8 +10,8 @@
#include "util.h"
/* Shutdown mode parameter to write to manufacturer access register */
-#define SB_SHIP_MODE_REG 0x3a
-#define SB_SHUTDOWN_DATA 0xC574
+#define SB_SHIP_MODE_REG 0x3a
+#define SB_SHUTDOWN_DATA 0xC574
static const struct battery_info info = {
.voltage_max = 13200,