Skip to content

Commit 29b5d23

Browse files
committed
fix(trackball) add missing user pointing device task hook)
1 parent 15ad9a6 commit 29b5d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/sensors/navigator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@ report_mouse_t pointing_device_task_kb(report_mouse_t mouse_report) {
124124
mouse_report.x = 0;
125125
mouse_report.y = 0;
126126
}
127-
return mouse_report;
127+
return pointing_device_task_user(mouse_report);
128128
}

0 commit comments

Comments
 (0)