Fix UC3B architecture compile errors and ensure the architecture can be compiled with no special makefile tokens defined.

This commit is contained in:
Dean Camera 2011-03-05 16:36:57 +00:00
parent 8b13f7f89a
commit e4b3e3fc65
3 changed files with 9 additions and 7 deletions

View file

@ -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: */