diff options
Diffstat (limited to 'quantum/pointing_device.c')
-rw-r--r-- | quantum/pointing_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/pointing_device.c b/quantum/pointing_device.c index 24a487b9a..9b7629f30 100644 --- a/quantum/pointing_device.c +++ b/quantum/pointing_device.c | |||
@@ -52,4 +52,4 @@ __attribute__((weak)) void pointing_device_task(void) { | |||
52 | 52 | ||
53 | report_mouse_t pointing_device_get_report(void) { return mouseReport; } | 53 | report_mouse_t pointing_device_get_report(void) { return mouseReport; } |
54 | 54 | ||
55 | void pointing_device_set_report(report_mouse_t newMouseReport) { mouseReport = newMouseReport; } \ No newline at end of file | 55 | void pointing_device_set_report(report_mouse_t newMouseReport) { mouseReport = newMouseReport; } |