Fixed incorrect USB device state set when a suspended LUFA device is woken while...
[pub/USBasp.git] / Projects / Benito / Benito.h
index 938680b..0dd9ba5 100644 (file)
@@ -39,6 +39,7 @@
        /* Includes: */
                #include <avr/io.h>
                #include <avr/wdt.h>
+               #include <avr/power.h>
                #include <avr/interrupt.h>
 
                #include "Descriptors.h"
@@ -48,6 +49,7 @@
                #include <LUFA/Drivers/Peripheral/Serial.h>
                #include <LUFA/Drivers/Misc/RingBuffer.h>
                #include <LUFA/Drivers/USB/USB.h>
+               #include <LUFA/Platform/Platform.h>
 
        /* Macros: */
                /** LED mask for the library LED driver, to indicate TX activity. */