diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-02-27 14:39:49 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-02-27 14:39:49 +0000 |
| commit | ceb3420e9953ac4297def76952c24609e6f6a186 (patch) | |
| tree | 233019a8936073c34e95f59939ea19d536eb2bb4 /LUFA/Common/Common.h | |
| parent | a6b873e16abefd4638ff9fac78c097f29ab3c231 (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.h | 1 |
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) |
