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