]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/common.h
Define fifos: msg_tx_fifo, msg_rx_fifo
[z180-stamp.git] / include / common.h
index 90b02837bec55975261880ab8cd72e7a17231069..d054ad14720ff46cde1aeec6afb4f5aceefcfe70 100644 (file)
@@ -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)