summaryrefslogtreecommitdiff
path: root/board/servo_v4p1/ina231s.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/servo_v4p1/ina231s.c')
-rw-r--r--board/servo_v4p1/ina231s.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/board/servo_v4p1/ina231s.c b/board/servo_v4p1/ina231s.c
index 3382686f3f..637a878ef7 100644
--- a/board/servo_v4p1/ina231s.c
+++ b/board/servo_v4p1/ina231s.c
@@ -1,4 +1,4 @@
-/* Copyright 2020 The Chromium OS Authors. All rights reserved.
+/* Copyright 2020 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -7,9 +7,9 @@
#include "ina2xx.h"
#include "util.h"
-#define PP_DUT_IDX 0
-#define PP_CHG_IDX 1
-#define SR_CHG_IDX 2
+#define PP_DUT_IDX 0
+#define PP_CHG_IDX 1
+#define SR_CHG_IDX 2
void init_ina231s(void)
{