diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-03-13 21:53:19 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-03-13 21:53:19 +0000 |
| commit | b07f792ec8093f4c1305d97585a20e9854d266a2 (patch) | |
| tree | b3b091beaf6b8da29840f4c614761537f28c9b07 /LUFA/Common/Common.h | |
| parent | 93c0779aee843dcaa3104c0c64148c5e2670f23d (diff) | |
Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1705 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Common/Common.h')
| -rw-r--r-- | LUFA/Common/Common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index 80bafce3..1d81d481 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -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 === |
