Bump delay in scanning while held to 5ms.
This commit is contained in:
parent
6fd572d3b6
commit
ac802bedb1
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ static int kscan_gpio_config_interrupts(struct device **devices,
|
||||||
({ k_work_submit(&data->work); }), \
|
({ k_work_submit(&data->work); }), \
|
||||||
({ \
|
({ \
|
||||||
k_delayed_work_cancel(&data->work); \
|
k_delayed_work_cancel(&data->work); \
|
||||||
k_delayed_work_submit(&data->work, K_MSEC(1)); })) \
|
k_delayed_work_submit(&data->work, K_MSEC(5)); })) \
|
||||||
} \
|
} \
|
||||||
return 0; \
|
return 0; \
|
||||||
} \
|
} \
|
||||||
|
|
Loading…
Reference in a new issue