important fix
This commit is contained in:
parent
86f6ed246e
commit
1bc6addd14
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ static const struct kscan_driver_api kscan_round_robin_matrix_api = {
|
|||
static struct kscan_round_robin_matrix_config kscan_round_robin_matrix_config_##n = { \
|
||||
.inputs = kscan_round_robin_matrix_inputs_##n, \
|
||||
.outputs = kscan_round_robin_matrix_outputs_##n, \
|
||||
.gpios_len = INST_INPUTS_LEN(n), \
|
||||
.gpios_len = INST_INPUTS_LEN(n), \
|
||||
.debounce_config = \
|
||||
{ \
|
||||
.debounce_press_ms = INST_DEBOUNCE_PRESS_MS(n), \
|
||||
|
|
Loading…
Add table
Reference in a new issue