summaryrefslogtreecommitdiff
path: root/board/oak/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/oak/board.c')
-rw-r--r--board/oak/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/oak/board.c b/board/oak/board.c
index f5b909b874..c478c6b293 100644
--- a/board/oak/board.c
+++ b/board/oak/board.c
@@ -726,7 +726,7 @@ struct motion_sensor_t motion_sensors[] = {
};
const unsigned int motion_sensor_count = ARRAY_SIZE(motion_sensors);
-void lid_angle_peripheral_enable(int enable)
+__override void lid_angle_peripheral_enable(int enable)
{
keyboard_scan_enable(enable, KB_SCAN_DISABLE_LID_ANGLE);
}