Update BootloaderCDC.c

This commit is contained in:
Nico 2015-02-24 13:31:32 +01:00
parent 31f4260705
commit e3988f19dd

View File

@ -156,6 +156,9 @@ int main(void)
CDC_Task();
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();