Skip to content
Snippets Groups Projects
Commit e3988f19 authored by Nico's avatar Nico
Browse files

Update BootloaderCDC.c

parent 31f42607
Branches
Tags
No related merge requests found
......@@ -157,6 +157,9 @@ int main(void)
USB_USBTask();
}
/* Wait a short time to end all USB transactions and then disconnect */
_delay_us(1000);
/* Disconnect from the host - USB interface will be reset later along with the AVR */
USB_Detach();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment