Speed up Mass Storage bootloader by turning off the internal clock divider, as there...
[pub/lufa.git] / Bootloaders / MassStorage / BootloaderMassStorage.h
index dd67381..05b0eed 100644 (file)
@@ -39,6 +39,7 @@
        /* Includes: */
                #include <avr/io.h>
                #include <avr/wdt.h>
+               #include <avr/power.h>
                #include <avr/interrupt.h>
                #include <string.h>