From: Dean Camera Date: Wed, 13 Apr 2011 07:07:39 +0000 (+0000) Subject: Move LUFA-110528 to BETA status for public testing. X-Git-Tag: LUFA-110528-BETA~1 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/2b09c42834920c3a0badcb40b3bf0af31f9c7973?ds=inline Move LUFA-110528 to BETA status for public testing. --- 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