diff options
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/Common/Common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index 6a9356bbb..e349063da 100644 --- 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(Address) (void*)pgm_read_word(Address) #endif #endif |