Implemented on-demand PLL clock generation for the U4, U6 and U7 series USB AVRs...
[pub/USBasp.git] / LUFA / Common / Architectures.h
index d34ad8c..30d8c82 100644 (file)
@@ -64,8 +64,8 @@
                        /** Selects the Atmel 8-bit AVR (AT90USB* and ATMEGA*U* chips) architecture. */\r
                        #define ARCH_AVR8           0\r
 \r
-                       /** Selects the Atmel 32-bit UC3B AVR (AT32UC3B* chips) architecture. */\r
-                       #define ARCH_UC3B           1\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