Update the incomplete StandaloneProgrammer project to be compatible with the latest...
[pub/USBasp.git] / Projects / AVRISP-MKII / Lib / XPROG / XPROGTarget.h
index e2194b3..ebc5639 100644 (file)
 #define _XPROG_TARGET_
 
        /* Includes: */
-               #include <LUFA/Common/Common.h>
+               #include <avr/io.h>
+               #include <avr/interrupt.h>
+               #include <stdbool.h>
 
-               #if (ARCH == ARCH_AVR8)
-                       #include <avr/io.h>
-                       #include <avr/interrupt.h>
-               #elif (ARCH == ARCH_UC3)
-                       #include <avr32/io.h>                   
-               #endif
+               #include <LUFA/Common/Common.h>
 
                #include "../V2Protocol.h"
                #include "XPROGProtocol.h"