summaryrefslogtreecommitdiff
path: root/board/drallion_ish/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/drallion_ish/board.h')
-rw-r--r--board/drallion_ish/board.h14
1 files changed, 4 insertions, 10 deletions
diff --git a/board/drallion_ish/board.h b/board/drallion_ish/board.h
index a14656e701..d87acc48c3 100644
--- a/board/drallion_ish/board.h
+++ b/board/drallion_ish/board.h
@@ -1,4 +1,4 @@
-/* Copyright 2019 The Chromium OS Authors. All rights reserved.
+/* Copyright 2019 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -94,8 +94,8 @@
#define CONFIG_ISH_PM_D3
#define CONFIG_ISH_PM_RESET_PREP
-#define CONFIG_ISH_D0I2_MIN_USEC (15*MSEC)
-#define CONFIG_ISH_D0I3_MIN_USEC (100*MSEC)
+#define CONFIG_ISH_D0I2_MIN_USEC (15 * MSEC)
+#define CONFIG_ISH_D0I3_MIN_USEC (100 * MSEC)
#ifndef __ASSEMBLER__
@@ -107,13 +107,7 @@
* Note: Since we aren't using LPC memory map to transmit sensor data, the
* order of this enum does not need to be accel, accel, gyro
*/
-enum sensor_id {
- LID_ACCEL,
- LID_GYRO,
- BASE_ACCEL,
- LID_MAG,
- SENSOR_COUNT
-};
+enum sensor_id { LID_ACCEL, LID_GYRO, BASE_ACCEL, LID_MAG, SENSOR_COUNT };
#endif /* !__ASSEMBLER__ */