Add short delays before detaching from the USB bus in the bootloaders (thanks to...
[pub/USBasp.git] / Bootloaders / CDC / BootloaderCDC.h
index 0d31c99..3c19bdf 100644 (file)
@@ -43,6 +43,7 @@
                #include <avr/eeprom.h>
                #include <avr/power.h>
                #include <avr/interrupt.h>
+               #include <util/delay.h>
                #include <stdbool.h>
 
                #include "Descriptors.h"