Added start of a port of the core USB driver code to the AVR32 UC3B architecture.
[pub/lufa.git] / LUFA / Common / Architectures.h
index 85f0d39..d34ad8c 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 UC3B AVR (AT32UC3B* chips) architecture. */\r
+                       #define ARCH_UC3B           1\r
+                       \r
                        #if !defined(__DOXYGEN__)\r
                                #define ARCH_           ARCH_AVR8\r
 \r