Skip to content

Commit

Permalink
fix linker error
Browse files Browse the repository at this point in the history
  • Loading branch information
FearlessSpiff committed Nov 4, 2023
1 parent c73cbfd commit 5ba653f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/boards/shields/splitkb_aurora_corne/trackpad.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ static int trackpad_init() {
return 0;
}

SYS_INIT(trackpad_init, APPLICATION, CONFIG_ZMK_KSCAN_INIT_PRIORITY);
SYS_INIT(trackpad_init, APPLICATION, CONFIG_KSCAN_INIT_PRIORITY);

0 comments on commit 5ba653f

Please sign in to comment.