diff options
Diffstat (limited to 'tmk_core/common/progmem.h')
-rw-r--r-- | tmk_core/common/progmem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/common/progmem.h b/tmk_core/common/progmem.h index 3a7a16968..a70d8e299 100644 --- a/tmk_core/common/progmem.h +++ b/tmk_core/common/progmem.h | |||
@@ -5,6 +5,7 @@ | |||
5 | #else | 5 | #else |
6 | # include <string.h> | 6 | # include <string.h> |
7 | # define PROGMEM | 7 | # define PROGMEM |
8 | # define __flash | ||
8 | # define PSTR(x) x | 9 | # define PSTR(x) x |
9 | # define PGM_P const char* | 10 | # define PGM_P const char* |
10 | # define memcpy_P(dest, src, n) memcpy(dest, src, n) | 11 | # define memcpy_P(dest, src, n) memcpy(dest, src, n) |