X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/8b13f7f89a7648f5578d14b518b9c8a7fcda8144..e4b3e3fc65c0f0bbb10047c159a4771d6359e9b6:/LUFA/Common/Common.h 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: */