From 381dd0d49079dfc1e356eacbb061853c8f365165 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 27 Feb 2011 14:39:49 +0000 Subject: Move out common architecture-independent core definitions into the appropriate core dispatch header files. --- LUFA/Common/Common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'LUFA/Common/Common.h') 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) -- cgit v1.2.3