From ceb3420e9953ac4297def76952c24609e6f6a186 Mon Sep 17 00:00:00 2001 From: Dean Date: Sun, 27 Feb 2011 14:39:49 +0000 Subject: 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 --- LUFA/Common/Common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'LUFA/Common') 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) -- cgit v1.2.3