aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common/Common.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-02-27 14:39:49 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-02-27 14:39:49 +0000
commit381dd0d49079dfc1e356eacbb061853c8f365165 (patch)
tree233019a8936073c34e95f59939ea19d536eb2bb4 /LUFA/Common/Common.h
parentf3f481183aa201739a84f847769dcba50166eb98 (diff)
downloadlufa-381dd0d49079dfc1e356eacbb061853c8f365165.tar.gz
lufa-381dd0d49079dfc1e356eacbb061853c8f365165.tar.bz2
lufa-381dd0d49079dfc1e356eacbb061853c8f365165.zip
Move out common architecture-independent core definitions into the appropriate core dispatch header files.
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 cf6c28307..fc2185058 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)