Skip to content
Snippets Groups Projects
Commit 68ebb369 authored by minute's avatar minute
Browse files

Merge branch 'trackball-no-force-send-report' into 'master'

trackball: dont force send report

See merge request reform/reform!34
parents 11ef25f2 6c29acff
Branches
Tags
No related merge requests found
...@@ -317,7 +317,7 @@ bool CALLBACK_HID_Device_CreateHIDReport(USB_ClassInfo_HID_Device_t* const HIDIn ...@@ -317,7 +317,7 @@ bool CALLBACK_HID_Device_CreateHIDReport(USB_ClassInfo_HID_Device_t* const HIDIn
*ReportSize = sizeof(USB_WheelMouseReport_Data_t); *ReportSize = sizeof(USB_WheelMouseReport_Data_t);
return true; return false;
} }
/** HID class driver callback function for the processing of HID reports from the host. /** HID class driver callback function for the processing of HID reports from the host.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment