minor clean up

This commit is contained in:
hathach
2022-03-09 17:51:35 +07:00
parent d56cde33ef
commit 0e5e644d27
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -561,7 +561,7 @@ void tuh_task(void)
else
{
usbh_device_t* dev = get_device(event.dev_addr);
dev->ep_status[epnum][ep_dir].busy = false;
dev->ep_status[epnum][ep_dir].busy = 0;
dev->ep_status[epnum][ep_dir].claimed = 0;
if ( 0 == epnum )