浏览代码

Fix comment about EMBUNKEXC (closes #566)

This native libmodbus error code is defined but not used.
Stéphane Raimbault 3 年之前
父节点
当前提交
1a503b7f4b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/modbus.c

+ 0 - 1
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
 */