From e4b3e3fc65c0f0bbb10047c159a4771d6359e9b6 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 5 Mar 2011 16:36:57 +0000 Subject: Fix UC3B architecture compile errors and ensure the architecture can be compiled with no special makefile tokens defined. --- LUFA/Common/Common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'LUFA/Common') 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: */ -- cgit v1.2.3