summaryrefslogtreecommitdiff
path: root/board/scarlet/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/scarlet/board.c')
-rw-r--r--board/scarlet/board.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/scarlet/board.c b/board/scarlet/board.c
index 4544aa551c..403beb768b 100644
--- a/board/scarlet/board.c
+++ b/board/scarlet/board.c
@@ -383,7 +383,6 @@ int board_get_version(void)
}
/* Motion sensors */
-#ifdef HAS_TASK_MOTIONSENSE
/* Mutexes */
static struct mutex g_base_mutex;
@@ -454,7 +453,6 @@ struct motion_sensor_t motion_sensors[] = {
},
};
const unsigned int motion_sensor_count = ARRAY_SIZE(motion_sensors);
-#endif /* defined(HAS_TASK_MOTIONSENSE) */
int board_allow_i2c_passthru(int port)
{