From b568c0cab255aefd400d48c05e2cabc6ca96c270 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 12 Feb 2013 13:47:03 +0200 Subject: some work with proto library done --- proto_lib/packet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto_lib/packet.h') diff --git a/proto_lib/packet.h b/proto_lib/packet.h index 6ef9094..aedb63f 100644 --- a/proto_lib/packet.h +++ b/proto_lib/packet.h @@ -26,7 +26,7 @@ const unsigned char serv_packet [] = {0xF0, 0X00}; const unsigned char proto_version = 0x03; const unsigned char delimiter = 0x01; - +const unsigned char block_end = 0x02; -- cgit v1.2.3