Update BootloaderCDC.c
authorNico <NicoHood@users.noreply.github.com>
Tue, 24 Feb 2015 12:31:32 +0000 (13:31 +0100)
committerNico <NicoHood@users.noreply.github.com>
Tue, 24 Feb 2015 12:31:32 +0000 (13:31 +0100)
Bootloaders/CDC/BootloaderCDC.c

index 63991de..1011404 100644 (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();