From 1a503b7f4ba5ac6c889c2206a48dfae355680de8 Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Tue, 22 Feb 2022 00:24:05 +0100 Subject: [PATCH] Fix comment about EMBUNKEXC (closes #566) --- src/modbus.c | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/src/modbus.c b/src/modbus.c index e13bd0d..4c7a33a 100644 --- a/src/modbus.c +++ b/src/modbus.c @@ -332,7 +332,6 @@ static int compute_data_length_after_meta(modbus_t *ctx, uint8_t *msg, and errno is set to one of the values defined below: - ECONNRESET - EMBBADDATA - - EMBUNKEXC - ETIMEDOUT - read() or recv() error codes */ -- libgit2 0.21.4