summaryrefslogtreecommitdiff
path: root/board/makomo/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/makomo/board.c')
-rw-r--r--board/makomo/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/makomo/board.c b/board/makomo/board.c
index d0289a945d..1f1e3c3521 100644
--- a/board/makomo/board.c
+++ b/board/makomo/board.c
@@ -87,7 +87,7 @@ const struct power_signal_info power_signal_list[] = {
BUILD_ASSERT(ARRAY_SIZE(power_signal_list) == POWER_SIGNAL_COUNT);
/* Keyboard scan setting */
-struct keyboard_scan_config keyscan_config = {
+__override struct keyboard_scan_config keyscan_config = {
/*
* TODO(b/133200075): Tune this once we have the final performance
* out of the driver and the i2c bus.