Implemented on-demand PLL clock generation for the U4, U6 and U7 series USB AVRs...
[pub/USBasp.git] / LUFA / Common / Architectures.h
index 85f0d39..30d8c82 100644 (file)
        /* Public Interface - May be used in end-application: */\r
                /* Macros: */\r
                        /** Selects the Atmel 8-bit AVR (AT90USB* and ATMEGA*U* chips) architecture. */\r
-                       #define ARCH_AVR8           1\r
+                       #define ARCH_AVR8           0\r
 \r
+                       /** Selects the Atmel 32-bit UC3 AVR (AT32UC3* chips) architecture. */\r
+                       #define ARCH_UC3           1\r
+                       \r
                        #if !defined(__DOXYGEN__)\r
                                #define ARCH_           ARCH_AVR8\r
 \r