summaryrefslogtreecommitdiffstats
path: root/common/progmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/progmem.h')
-rw-r--r--common/progmem.h1
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 @@
#elif defined(__arm__)
# define PROGMEM
# define pgm_read_byte(p) *(p)
+# define pgm_read_word(p) *(p)
#endif
#endif