diff options
Diffstat (limited to 'common/progmem.h')
| -rw-r--r-- | common/progmem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/progmem.h b/common/progmem.h index 09aeb8b7c..199b1bedf 100644 --- a/common/progmem.h +++ b/common/progmem.h | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | #elif defined(__arm__) | 6 | #elif defined(__arm__) |
| 7 | # define PROGMEM | 7 | # define PROGMEM |
| 8 | # define pgm_read_byte(p) *(p) | 8 | # define pgm_read_byte(p) *(p) |
| 9 | # define pgm_read_word(p) *(p) | ||
| 9 | #endif | 10 | #endif |
| 10 | 11 | ||
| 11 | #endif | 12 | #endif |
