Fix UC3B architecture compile errors and ensure the architecture can be compiled with no special makefile tokens defined.
This commit is contained in:
parent
8b13f7f89a
commit
e4b3e3fc65
3 changed files with 9 additions and 7 deletions
|
@ -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: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue