aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common/Architectures.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-03-13 21:53:19 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-03-13 21:53:19 +0000
commit944e0d2009832f152006031f1aeb99f3ed014bc5 (patch)
treeb3b091beaf6b8da29840f4c614761537f28c9b07 /LUFA/Common/Architectures.h
parent6005a42150bf4d713fd962498bde8b540fef4035 (diff)
downloadlufa-944e0d2009832f152006031f1aeb99f3ed014bc5.tar.gz
lufa-944e0d2009832f152006031f1aeb99f3ed014bc5.tar.bz2
lufa-944e0d2009832f152006031f1aeb99f3ed014bc5.zip
Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.
Diffstat (limited to 'LUFA/Common/Architectures.h')
-rw-r--r--LUFA/Common/Architectures.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Common/Architectures.h b/LUFA/Common/Architectures.h
index d34ad8cb8..30d8c8249 100644
--- a/LUFA/Common/Architectures.h
+++ b/LUFA/Common/Architectures.h
@@ -64,8 +64,8 @@
/** Selects the Atmel 8-bit AVR (AT90USB* and ATMEGA*U* chips) architecture. */
#define ARCH_AVR8 0
- /** Selects the Atmel 32-bit UC3B AVR (AT32UC3B* chips) architecture. */
- #define ARCH_UC3B 1
+ /** Selects the Atmel 32-bit UC3 AVR (AT32UC3* chips) architecture. */
+ #define ARCH_UC3 1
#if !defined(__DOXYGEN__)
#define ARCH_ ARCH_AVR8