diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-03-05 16:36:57 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-03-05 16:36:57 +0000 |
commit | e4b3e3fc65c0f0bbb10047c159a4771d6359e9b6 (patch) | |
tree | e9c7641935268f4745490b36a14baaa48b51d71a /LUFA/Common | |
parent | 8b13f7f89a7648f5578d14b518b9c8a7fcda8144 (diff) | |
download | lufa-e4b3e3fc65c0f0bbb10047c159a4771d6359e9b6.tar.gz lufa-e4b3e3fc65c0f0bbb10047c159a4771d6359e9b6.tar.bz2 lufa-e4b3e3fc65c0f0bbb10047c159a4771d6359e9b6.zip |
Fix UC3B architecture compile errors and ensure the architecture can be compiled with no special makefile tokens defined.
Diffstat (limited to 'LUFA/Common')
-rw-r--r-- | LUFA/Common/Common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index 147ae8ebc..da4b1ddc8 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -140,6 +140,8 @@ #define _delay_ms(x) #define memcmp_P(...) memcmp(__VA_ARGS__) #define memcpy_P(...) memcpy(__VA_ARGS__) + + #define USE_RAM_DESCRIPTORS #endif /* Public Interface - May be used in end-application: */ |