Add short delays before detaching from the USB bus in the bootloaders (thanks to...
[pub/USBasp.git] / Bootloaders / HID / BootloaderHID.h
index 63f89a6..1984af8 100644 (file)
@@ -43,6 +43,7 @@
                #include <avr/power.h>
                #include <avr/interrupt.h>
                #include <util/atomic.h>
+               #include <util/delay.h>
                #include <stdbool.h>
 
                #include "Descriptors.h"