summaryrefslogtreecommitdiff
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-02-27 15:23:09 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-02-27 15:23:09 +0000
commite3e15a696279a3cdcd6570c5644fa0f4e6dc75ee (patch)
tree5e4688dd291d78081a0d0b109636049668ea25b0 /LUFA/Common
parentceb3420e9953ac4297def76952c24609e6f6a186 (diff)
Fix USB Host mode compile errors for the UC3B architecture.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1687 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Common')
-rw-r--r--LUFA/Common/Common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h
index fc218505..355391b2 100644
--- a/LUFA/Common/Common.h
+++ b/LUFA/Common/Common.h
@@ -102,6 +102,7 @@
#define eeprom_read_byte(x) *x
#define eeprom_update_byte(x, y) *x = y
#define eeprom_write_byte(x, y) *x = y
+ #define _delay_ms(x)
#define memcmp_P(...) memcmp(__VA_ARGS__)
#define memcpy_P(...) memcpy(__VA_ARGS__)