diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-03-05 16:36:57 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-03-05 16:36:57 +0000 |
| commit | 089ff21507b0a7f61ebeb6f575a8271701515d1d (patch) | |
| tree | e9c7641935268f4745490b36a14baaa48b51d71a /LUFA/Common/Common.h | |
| parent | 2aaa98afbdf578dad59cda66aa12bdfe0250aadd (diff) | |
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
Diffstat (limited to 'LUFA/Common/Common.h')
| -rw-r--r-- | LUFA/Common/Common.h | 2 |
1 files changed, 2 insertions, 0 deletions
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: */ |
