projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move out common architecture-independent core definitions into the appropriate core...
[pub/lufa.git]
/
LUFA
/
Common
/
Common.h
diff --git
a/LUFA/Common/Common.h
b/LUFA/Common/Common.h
index
cf6c283
..
fc21850
100644
(file)
--- 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)