Implemented on-demand PLL clock generation for the U4, U6 and U7 series USB AVRs...
[pub/USBasp.git] / LUFA / Common / Common.h
index 80bafce..1d81d48 100644 (file)
@@ -84,7 +84,7 @@
                        
                        #define  ARCH_LITTLE_ENDIAN
                        #include "Endianness.h"
-               #elif (ARCH == ARCH_UC3B)
+               #elif (ARCH == ARCH_UC3)
                        #include <avr32/io.h>
 
                        // === TODO: Find abstracted way to handle these ===