summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorLeo C2014-08-25 17:03:02 +0200
committerLeo C2014-08-30 13:38:54 +0200
commitfc30b18e2023806ace24dd857ed851c491f81e50 (patch)
treebd7cba02f6467bc6f0942a4eded605b8ba55ecd3 /include/common.h
parentd04c2fedf2729db314ae21664b14e6fa4a53e300 (diff)
downloadz180-stamp-fc30b18e2023806ace24dd857ed851c491f81e50.zip
#define MEMX
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)