diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-27 17:37:04 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-27 17:37:04 +0000 |
commit | 99d6349978b2117ed7ca3e0e3d2d84616df323d6 (patch) | |
tree | c75879012cba1026d3cee3ae7a793d0c525d6cc8 /quantum/pointing_device.c | |
parent | 0c5be869ffb7de6ca1107a5804d6d4d536d80e91 (diff) | |
parent | 1b7b72c0e96856d2b9f73f705787af3426662bcf (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 24a487b9aa..9b7629f307 100644 --- a/quantum/pointing_device.c +++ b/quantum/pointing_device.c @@ -52,4 +52,4 @@ __attribute__((weak)) void pointing_device_task(void) { report_mouse_t pointing_device_get_report(void) { return mouseReport; } -void pointing_device_set_report(report_mouse_t newMouseReport) { mouseReport = newMouseReport; }
\ No newline at end of file +void pointing_device_set_report(report_mouse_t newMouseReport) { mouseReport = newMouseReport; } |