Add short delays before detaching from the USB bus in the bootloaders (thanks to...
[pub/USBasp.git] / Bootloaders / Printer / BootloaderPrinter.h
index 54d96e0..78f938c 100644 (file)
@@ -41,6 +41,7 @@
                #include <avr/wdt.h>
                #include <avr/power.h>
                #include <avr/interrupt.h>
+               #include <util/delay.h>
 
                #include "Descriptors.h"
                #include "BootloaderAPI.h"