From 089ff21507b0a7f61ebeb6f575a8271701515d1d Mon Sep 17 00:00:00 2001 From: Dean 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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1699 d5102386-fcda-11dd-9fdb-3debd5008f28 --- LUFA/Common/Common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'LUFA/Common/Common.h') diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index 147ae8eb..da4b1ddc 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