clear keyboard & mouse report

This commit is contained in:
hathach
2013-04-15 18:04:26 +08:00
parent 1821681816
commit 91d64ebbb3
2 changed files with 4 additions and 0 deletions

View File

@@ -114,5 +114,7 @@ OSAL_TASK_DECLARE( mouse_app_task )
mouse_report.x, mouse_report.y);
}
memclr_(&mouse_report, sizeof(tusb_mouse_report_t) );
OSAL_TASK_LOOP_END
}