summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
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)