fix ci build

This commit is contained in:
hathach 2022-04-29 23:03:52 +07:00
parent 0b30a10ab3
commit c289438b75
1 changed files with 0 additions and 2 deletions

View File

@ -237,8 +237,6 @@ static void process_kbd_report(hid_keyboard_report_t const *report)
// send mouse report to usb device CDC
static void process_mouse_report(hid_mouse_report_t const * report)
{
static hid_mouse_report_t prev_report = { 0 };
char tempbuf[32];
int count;