summaryrefslogtreecommitdiff
path: root/board/volet/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/volet/board.c')
-rw-r--r--board/volet/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/volet/board.c b/board/volet/board.c
index 716c4c5481..603536fd68 100644
--- a/board/volet/board.c
+++ b/board/volet/board.c
@@ -90,7 +90,7 @@ __override const struct ec_response_keybd_config
}
/* Keyboard scan setting */
-struct keyboard_scan_config keyscan_config = {
+__override struct keyboard_scan_config keyscan_config = {
/* Increase from 50 us, because KSO_02 passes through the H1. */
.output_settle_us = 80,
/* Other values should be the same as the default configuration. */