fix(kscan): Adjust charlieplex init level/priority.
This commit is contained in:
parent
a6c0399493
commit
aeb5bed3d6
1 changed files with 2 additions and 2 deletions
|
@ -414,7 +414,7 @@ static const struct kscan_driver_api kscan_charlieplex_api = {
|
||||||
COND_THIS_INTERRUPT(n, (.interrupt = KSCAN_INTR_CFG_INIT(n), ))}; \
|
COND_THIS_INTERRUPT(n, (.interrupt = KSCAN_INTR_CFG_INIT(n), ))}; \
|
||||||
\
|
\
|
||||||
DEVICE_DT_INST_DEFINE(n, &kscan_charlieplex_init, NULL, &kscan_charlieplex_data_##n, \
|
DEVICE_DT_INST_DEFINE(n, &kscan_charlieplex_init, NULL, &kscan_charlieplex_data_##n, \
|
||||||
&kscan_charlieplex_config_##n, APPLICATION, \
|
&kscan_charlieplex_config_##n, POST_KERNEL, CONFIG_KSCAN_INIT_PRIORITY, \
|
||||||
CONFIG_APPLICATION_INIT_PRIORITY, &kscan_charlieplex_api);
|
&kscan_charlieplex_api);
|
||||||
|
|
||||||
DT_INST_FOREACH_STATUS_OKAY(KSCAN_CHARLIEPLEX_INIT);
|
DT_INST_FOREACH_STATUS_OKAY(KSCAN_CHARLIEPLEX_INIT);
|
||||||
|
|
Loading…
Add table
Reference in a new issue