Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/clunet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey V. DUDANOV <sergey.dudanov@gmail.com>2016-07-08 09:56:59 +0300
committerGitHub <noreply@github.com>2016-07-08 09:56:59 +0300
commit728f71bb82a8c68668ac5b3c1539ad1e2cf550b0 (patch)
treea5c6cbfd8afa62d03407222e7c82cf7ec792bcf0
parent7052847c64e558312233bd6f1bb35937ea1e4dec (diff)
Update clunet.h
-rw-r--r--clunet.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/clunet.h b/clunet.h
index 0fb2aca..38b4e6c 100644
--- a/clunet.h
+++ b/clunet.h
@@ -17,9 +17,8 @@
#define CLUNET_SENDING_STATE_PRIO1 2
#define CLUNET_SENDING_STATE_PRIO2 3
#define CLUNET_SENDING_STATE_DATA 4
-#define CLUNET_SENDING_STATE_STOP 5
-#define CLUNET_SENDING_STATE_DONE 6
-#define CLUNET_SENDING_STATE_WAITING_LINE 7
+#define CLUNET_SENDING_STATE_DONE 5
+#define CLUNET_SENDING_STATE_WAITING_LINE 6
#define CLUNET_READING_STATE_IDLE 0
#define CLUNET_READING_STATE_INIT 1