diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-04-13 07:07:39 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-04-13 07:07:39 +0000 |
| commit | 01f728dc3d8f2f912583a893ed8f6f89c2bee36c (patch) | |
| tree | 57f3a1189147f306c99ee4da4fdb60ed71bc6f98 | |
| parent | 2a84585b86cf0a8aed4c20f17d65f6f32dd77cf0 (diff) | |
Move LUFA-110528 to BETA status for public testing.
git-svn-id: http://lufa-lib.googlecode.com/svn/tags/LUFA-110528-BETA@1741 d5102386-fcda-11dd-9fdb-3debd5008f28
| -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 6a9356bb..e349063d 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 |
