Move out common architecture-independent core definitions into the appropriate core...
[pub/lufa.git] / LUFA / Common / Common.h
index cf6c283..fc21850 100644 (file)
@@ -92,6 +92,7 @@
 
                        typedef uint32_t uint_reg_t;
                        
+                       // TODO
                        #define EEMEM
                        #define PROGMEM                  const
                        #define ISR(Name)                void Name (void)