| 618 | return 0; |
| 619 | } |
| 620 | rt_weak void HID_Report_Received(hid_report_t report) |
| 621 | { |
| 622 | dump_report(report); |
| 623 | } |
| 624 | rt_align(RT_ALIGN_SIZE) |
| 625 | static rt_uint8_t hid_thread_stack[512]; |
| 626 | static struct rt_thread hid_thread; |
no test coverage detected