rename tud_hid_mouse_is_busy to tud_hid_mouse_busy

This commit is contained in:
hathach
2018-07-23 22:30:24 +07:00
parent 3e209f9c20
commit 176607dbe1
2 changed files with 4 additions and 1 deletions

View File

@@ -56,6 +56,7 @@
void print_greeting(void);
void led_blinking_task(void);
void virtual_com_task(void);
void usb_hid_task(void);
/*------------- MAIN -------------*/
int main(void)
@@ -71,6 +72,8 @@ int main(void)
led_blinking_task();
virtual_com_task();
usb_hid_task();
}
return 0;