Fixed AVRISP-MKII Clone timing out on long programming commands such as programming...
[pub/USBasp.git] / LUFA / Drivers / Peripheral / SPI.h
index 3902a90..49a07b5 100644 (file)
                #if (ARCH == ARCH_AVR8)
                        #include "AVR8/SPI_AVR8.h"
                #elif (ARCH == ARCH_XMEGA)
                #if (ARCH == ARCH_AVR8)
                        #include "AVR8/SPI_AVR8.h"
                #elif (ARCH == ARCH_XMEGA)
-                       #include "XMEGA/SPI_XMEGA.h"                    
+                       #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
+