aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common/Common.h
diff options
context:
space:
mode:
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)