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, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 90b0283..d054ad1 100644
--- a/include/common.h
+++ b/include/common.h
@@ -37,7 +37,7 @@ extern volatile uint_least8_t Stat;
#endif /* __AVR__ */
#define S_10MS_TO (1<<0)
-#define S_Z180_RUNNING (2<<0)
+#define S_MSG_PENDING (2<<0)
static inline
void my_puts(const char *s)