diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-27 14:39:49 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-27 14:39:49 +0000 |
commit | 381dd0d49079dfc1e356eacbb061853c8f365165 (patch) | |
tree | 233019a8936073c34e95f59939ea19d536eb2bb4 /LUFA/Common | |
parent | f3f481183aa201739a84f847769dcba50166eb98 (diff) | |
download | lufa-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')
-rw-r--r-- | LUFA/Common/Common.h | 1 |
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) |