| 392 | } |
| 393 | } |
| 394 | static void dump_report(struct hid_report * report) |
| 395 | { |
| 396 | rt_kprintf("\nHID Recived:"); |
| 397 | rt_kprintf("\nReport ID %02x \n", report->report_id); |
| 398 | dump_data(report->report,report->size); |
| 399 | } |
| 400 | |
| 401 | static rt_err_t _ep_out_handler(ufunction_t func, rt_size_t size) |
| 402 | { |
no test coverage detected