aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Common/Common.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-02-27 14:39:49 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-02-27 14:39:49 +0000
commitceb3420e9953ac4297def76952c24609e6f6a186 (patch)
tree233019a8936073c34e95f59939ea19d536eb2bb4 /LUFA/Common/Common.h
parenta6b873e16abefd4638ff9fac78c097f29ab3c231 (diff)
Move out common architecture-independent core definitions into the appropriate core dispatch header files.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1686 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Common/Common.h')
-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 cf6c2830..fc218505 100644
--- a/LUFA/Common/Common.h
+++ b/LUFA/Common/Common.h
@@ -92,6 +92,7 @@
typedef uint32_t uint_reg_t;
+ // TODO
#define EEMEM
#define PROGMEM const
#define ISR(Name) void Name (void)