From 89adce76dd02f2076ec6de1c6b434bc1f29512f4 Mon Sep 17 00:00:00 2001 From: Leo C Date: Thu, 23 Oct 2014 02:25:00 +0200 Subject: working host communication, new command: connect --- include/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/common.h') 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) -- cgit v1.2.3