summaryrefslogtreecommitdiff
path: root/board/elm/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/elm/board.c')
-rw-r--r--board/elm/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/elm/board.c b/board/elm/board.c
index 8918a1cbd4..a7415cda41 100644
--- a/board/elm/board.c
+++ b/board/elm/board.c
@@ -518,7 +518,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);