summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorLeo C2014-10-23 02:25:00 +0200
committerLeo C2014-10-23 02:25:00 +0200
commit89adce76dd02f2076ec6de1c6b434bc1f29512f4 (patch)
tree33badc10f344a4648a41dee78b0a7ea24ae36144 /include/common.h
parent6a4e9540b950d871ea8fa072b195490a231b251d (diff)
downloadz180-stamp-89adce76dd02f2076ec6de1c6b434bc1f29512f4.zip
working host communication, new command: connect
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index d054ad1..ef5af12 100644
--- a/include/common.h
+++ b/include/common.h
@@ -38,6 +38,7 @@ extern volatile uint_least8_t Stat;
#define S_10MS_TO (1<<0)
#define S_MSG_PENDING (2<<0)
+#define S_CON_PENDING (3<<0)
static inline
void my_puts(const char *s)