clean up example

This commit is contained in:
hathach
2018-03-11 19:43:03 +07:00
parent 078f600055
commit f5260610d3
4 changed files with 7 additions and 7 deletions

View File

@@ -114,7 +114,7 @@ void mouse_app_subtask(void)
osal_task_delay(20);
if ( tud_mounted(0) && !tud_hid_mouse_is_busy(0) )
if ( tud_mounted() && !tud_hid_mouse_is_busy(0) )
{
static uint8_t prev_mouse_buttons = 0;