summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index e8879a6..90b0283 100644
--- a/include/common.h
+++ b/include/common.h
@@ -17,8 +17,10 @@
#ifdef __FLASH
#define FLASH __flash
+#define MEMX __memx
#else
#define FLASH
+#define MEMX
#endif
#define stringify(s) tostring(s)