projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix definition of pgm_read_ptr().
[pub/lufa.git]
/
LUFA
/
Common
/
Common.h
diff --git
a/LUFA/Common/Common.h
b/LUFA/Common/Common.h
index
6a9356b
..
e349063
100644
(file)
--- a/
LUFA/Common/Common.h
+++ b/
LUFA/Common/Common.h
@@
-213,7
+213,7
@@
*
* \return Pointer retrieved from PROGMEM space.
*/
- #define pgm_read_ptr(Addr
)
(void*)pgm_read_word(Address)
+ #define pgm_read_ptr(Addr
ess)
(void*)pgm_read_word(Address)
#endif
#endif