summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorLeo C2018-09-12 22:28:09 +0200
committerLeo C2018-09-12 22:28:09 +0200
commitdbc1de70e1824cf1a649d892db5746b86b34b4e7 (patch)
tree457c0cee943a99190b30d1ac4425ff26b58d9c46 /include/common.h
parent3ec6fa484bee040cbea17142b80ef075867b6385 (diff)
downloadz180-stamp-dbc1de70e1824cf1a649d892db5746b86b34b4e7.zip
xx commands: measure cpu freq, test bus cycles
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index 9bd3418..53e3276 100644
--- a/include/common.h
+++ b/include/common.h
@@ -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)