]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/common.h
Remove compiler warnings
[z180-stamp.git] / include / common.h
index 9bd34181e78f0524d89ad31be828aca6ea55a567..53e3276d2fea3b7f92c06d78890e188400d24dee 100644 (file)
@@ -80,8 +80,9 @@ extern volatile uint_least8_t Stat;
 
 #define S_10MS_TO                      (1<<0)
 #define S_MSG_PENDING          (1<<1)
-#define S_CON_PENDING          (1<<2)
-#define S_RESET_POLARITY       (1<<3)
+#define S_IO_0X40                      (1<<2)
+#define S_CON_PENDING          (1<<3)
+#define S_RESET_POLARITY       (1<<4)
 
 static inline
 int my_puts(const char *s)