summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorLeo C2014-10-20 13:19:34 +0200
committerLeo C2014-10-20 13:19:34 +0200
commitbad2d92d98f9990ee5ccf509c0eafe5b3af9f4dc (patch)
tree5f40467c58dc2aa6aad35c96575506a4784e0444 /include/common.h
parent6dc26e92c20eedcfcba9e0b75a015a5b160748c5 (diff)
downloadz180-stamp-bad2d92d98f9990ee5ccf509c0eafe5b3af9f4dc.zip
Define fifos: msg_tx_fifo, msg_rx_fifo
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)