aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common/Common.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-03-05 16:36:57 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-03-05 16:36:57 +0000
commite4b3e3fc65c0f0bbb10047c159a4771d6359e9b6 (patch)
treee9c7641935268f4745490b36a14baaa48b51d71a /LUFA/Common/Common.h
parent8b13f7f89a7648f5578d14b518b9c8a7fcda8144 (diff)
downloadlufa-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/Common.h')
-rw-r--r--LUFA/Common/Common.h2
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: */