STM32F103 HID 的移植文件,调试可以使用PortHelper工具调试 出现bug -->HID_Send_Report 函数中的 memcpy(Buff,dat,len%64); 改成 memcpy(Buff,dat,len%65);