summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeo C2018-09-08 20:31:49 +0200
committerLeo C2018-09-08 20:31:49 +0200
commit7dda03f3ce376f35d080325551ccdca6c7414061 (patch)
tree1204654386929636f3f69487f570ad5e8e275f81 /include
parent89826c563e38a30d5bfc589905eb1202fa14b751 (diff)
downloadz180-stamp-7dda03f3ce376f35d080325551ccdca6c7414061.zip
bool reset_polarity --> Stat & S_RESET_POLARITY
Diffstat (limited to 'include')
-rw-r--r--include/common.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/common.h b/include/common.h
index 12d87c4..9bd3418 100644
--- a/include/common.h
+++ b/include/common.h
@@ -78,9 +78,10 @@ struct bits {
extern volatile uint_least8_t Stat;
#endif /* __AVR__ */
-#define S_10MS_TO (1<<0)
-#define S_MSG_PENDING (1<<1)
-#define S_CON_PENDING (1<<2)
+#define S_10MS_TO (1<<0)
+#define S_MSG_PENDING (1<<1)
+#define S_CON_PENDING (1<<2)
+#define S_RESET_POLARITY (1<<3)
static inline
int my_puts(const char *s)