Fix incorrect status constants in the AVRISP-MKII Clone project.
[pub/lufa.git] / LUFA / Drivers / Peripheral / TWI.h
index 7782f61..b17ace9 100644 (file)
@@ -66,6 +66,8 @@
        /* Includes: */
                #if (ARCH == ARCH_AVR8)
                        #include "AVR8/TWI_AVR8.h"
+               #elif (ARCH == ARCH_XMEGA)
+                       #include "XMEGA/TWI_XMEGA.h"
                #else
                        #error The TWI peripheral driver is not currently available for your selected architecture.
                #endif