Skip to content

Commit

Permalink
refactor: move kscan driver init to POST_KERNEL stage
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Sep 15, 2024
1 parent 73cc0cd commit 8fb04b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/zephyr/kscan/kscan_hhkb_pro2.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ static const struct kscan_driver_api kscan_hhkb_pro2_api = {
NULL, \
&kscan_hhkb_pro2_data##inst, \
&kscan_hhkb_pro2_config##inst, \
APPLICATION, \
POST_KERNEL, \
CONFIG_APPLICATION_INIT_PRIORITY, \
&kscan_hhkb_pro2_api);

Expand Down

0 comments on commit 8fb04b1

Please sign in to comment.