summaryrefslogtreecommitdiff
path: root/board/host
diff options
context:
space:
mode:
Diffstat (limited to 'board/host')
-rw-r--r--board/host/board.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/board/host/board.c b/board/host/board.c
index c101ad08f8..408bfdcf0b 100644
--- a/board/host/board.c
+++ b/board/host/board.c
@@ -55,22 +55,6 @@ const struct button_config buttons[] = {
BUILD_ASSERT(ARRAY_SIZE(buttons) == CONFIG_BUTTON_COUNT);
#endif
-/* Define the accelerometer orientation matrices. */
-const struct accel_orientation acc_orient = {
- /* Hinge aligns with y axis. */
- .rot_hinge_90 = {
- { 0, 0, 1},
- { 0, 1, 0},
- { -1, 0, 0}
- },
- .rot_hinge_180 = {
- {-1, 0, 0},
- { 0, 1, 0},
- { 0, 0, -1}
- },
- .hinge_axis = {0, 1, 0},
-};
-
#ifdef CONFIG_I2C
/* I2C ports */
const struct i2c_port_t i2c_ports[] = {