diff options
Diffstat (limited to 'proto_lib/packet.h')
-rw-r--r-- | proto_lib/packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |