summaryrefslogtreecommitdiff
path: root/board/volteer_ish/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/volteer_ish/board.h')
-rw-r--r--board/volteer_ish/board.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/board/volteer_ish/board.h b/board/volteer_ish/board.h
index 2e2b7e7276..6f7d3bd1b7 100644
--- a/board/volteer_ish/board.h
+++ b/board/volteer_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.
*/
@@ -22,7 +22,7 @@
#define CONFIG_HOSTCMD_DEBUG_MODE HCDEBUG_OFF
/* ISH specific */
-#undef CONFIG_DEBUG_ASSERT
+#undef CONFIG_DEBUG_ASSERT
#define CONFIG_CLOCK_CRYSTAL
#define CONFIG_ISH_UART_0
/* EC */
@@ -40,7 +40,6 @@
#define CONFIG_MKBP_EVENT
#define CONFIG_MKBP_USE_HECI
-
/* Enable sensor fifo, must also define the _SIZE and _THRES */
#define CONFIG_ACCEL_FIFO
/* FIFO size is in power of 2. */
@@ -87,10 +86,7 @@
#include "registers.h"
/* Motion sensors */
-enum sensor_id {
- LID_ACCEL,
- SENSOR_COUNT
-};
+enum sensor_id { LID_ACCEL, SENSOR_COUNT };
#endif /* !__ASSEMBLER__ */