summaryrefslogtreecommitdiff
path: root/test/genvif/src/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/genvif/src/board.h')
-rw-r--r--test/genvif/src/board.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/genvif/src/board.h b/test/genvif/src/board.h
index 06122eeab9..c596b833e0 100644
--- a/test/genvif/src/board.h
+++ b/test/genvif/src/board.h
@@ -1,12 +1,12 @@
-/* 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.
*/
-#define PD_OPERATING_POWER_MW 15000
-#define PD_MAX_POWER_MW 65000
-#define PD_MAX_CURRENT_MA 3250
-#define PD_MAX_VOLTAGE_MV 20000
+#define PD_OPERATING_POWER_MW 15000
+#define PD_MAX_POWER_MW 65000
+#define PD_MAX_CURRENT_MA 3250
+#define PD_MAX_VOLTAGE_MV 20000
/* Stubs required by the shared code */
#define GPIO_PIN(port, index) (GPIO_##port, BIT(index))