Fixed AVRISP-MKII Clone timing out on long programming commands such as programming...
[pub/USBasp.git] / LUFA / Drivers / Peripheral / SPI.h
index 352c9f2..49a07b5 100644 (file)
        /* Includes: */
                #if (ARCH == ARCH_AVR8)
                        #include "AVR8/SPI_AVR8.h"
        /* Includes: */
                #if (ARCH == ARCH_AVR8)
                        #include "AVR8/SPI_AVR8.h"
+               #elif (ARCH == ARCH_XMEGA)
+                       #include "XMEGA/SPI_XMEGA.h"
                #else
                        #error The SPI peripheral driver is not currently available for your selected architecture.
                #endif
 
 #endif
                #else
                        #error The SPI peripheral driver is not currently available for your selected architecture.
                #endif
 
 #endif
+