Fix definition of pgm_read_ptr().
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 13 Apr 2011 06:58:29 +0000 (06:58 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 13 Apr 2011 06:58:29 +0000 (06:58 +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