summaryrefslogtreecommitdiff
path: root/board/galtic/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/galtic/board.c')
-rw-r--r--board/galtic/board.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/galtic/board.c b/board/galtic/board.c
index 85195851fb..b15a04aa5a 100644
--- a/board/galtic/board.c
+++ b/board/galtic/board.c
@@ -736,9 +736,8 @@ struct ec_thermal_config thermal_params[] = {
};
BUILD_ASSERT(ARRAY_SIZE(thermal_params) == TEMP_SENSOR_COUNT);
-#ifndef TEST_BUILD
/* This callback disables keyboard when convertibles are fully open */
-void lid_angle_peripheral_enable(int enable)
+__override void lid_angle_peripheral_enable(int enable)
{
int chipset_in_s0 = chipset_in_state(CHIPSET_STATE_ON);
@@ -762,7 +761,6 @@ void lid_angle_peripheral_enable(int enable)
keyboard_scan_enable(0, KB_SCAN_DISABLE_LID_ANGLE);
}
}
-#endif
__override void board_pulse_entering_rw(void)
{