Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
04263de4
Commit
04263de4
authored
Apr 13, 2011
by
Dean Camera
Browse files
Fix definition of pgm_read_ptr().
parent
e0852408
Changes
1
Hide whitespace changes
Inline
Side-by-side
LUFA/Common/Common.h
View file @
04263de4
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment