summaryrefslogtreecommitdiff
path: root/platforms/progmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/progmem.h')
-rw-r--r--platforms/progmem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/platforms/progmem.h b/platforms/progmem.h
index a70d8e299f..3a7a169682 100644
--- a/platforms/progmem.h
+++ b/platforms/progmem.h
@@ -5,7 +5,6 @@
#else
# include <string.h>
# define PROGMEM
-# define __flash
# define PSTR(x) x
# define PGM_P const char*
# define memcpy_P(dest, src, n) memcpy(dest, src, n)