projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e789eca
)
Move LUFA-110528 to BETA status for public testing.
author
Dean Camera
<dean@fourwalledcubicle.com>
Wed, 13 Apr 2011 07:07:39 +0000
(07:07 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Wed, 13 Apr 2011 07:07:39 +0000
(07:07 +0000)
LUFA/Common/Common.h
patch
|
blob
|
blame
|
history
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