Move LUFA-110528 to BETA status for public testing.
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 13 Apr 2011 07:07:39 +0000 (07:07 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 13 Apr 2011 07:07:39 +0000 (07:07 +0000)
LUFA/Common/Common.h

index 6a9356b..e349063 100644 (file)
                                         *
                                         *  \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