summaryrefslogtreecommitdiff
path: root/board/drawcia/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/drawcia/board.h')
-rw-r--r--board/drawcia/board.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/drawcia/board.h b/board/drawcia/board.h
index 3fe1e7fda4..8ebb78eafe 100644
--- a/board/drawcia/board.h
+++ b/board/drawcia/board.h
@@ -39,7 +39,6 @@
/* Sensors */
#define CONFIG_ACCEL_BMA255 /* Lid accel */
#define CONFIG_ACCELGYRO_LSM6DSM /* Base accel */
-#define CONFIG_SYNC /* Camera VSYNC */
/* Sensors without hardware FIFO are in forced mode */
#define CONFIG_ACCEL_FORCE_MODE_MASK BIT(LID_ACCEL)
@@ -60,9 +59,6 @@
#define CONFIG_ACCEL_LSM6DSM_INT_EVENT \
TASK_EVENT_MOTION_SENSOR_INTERRUPT(BASE_ACCEL)
-#define CONFIG_SYNC_INT_EVENT \
- TASK_EVENT_MOTION_SENSOR_INTERRUPT(VSYNC)
-
#define CONFIG_TABLET_MODE
#define CONFIG_TABLET_MODE_SWITCH
#define CONFIG_GMR_TABLET_MODE
@@ -113,7 +109,6 @@ enum sensor_id {
LID_ACCEL,
BASE_ACCEL,
BASE_GYRO,
- VSYNC,
SENSOR_COUNT
};