Fix UC3B architecture compile errors and ensure the architecture can be compiled...
[pub/USBasp.git] / LUFA / Common / Common.h
index 147ae8e..da4b1dd 100644 (file)
                        #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: */