Quellcode durchsuchen

Fix comment about EMBUNKEXC (closes #566)

This native libmodbus error code is defined but not used.
Stéphane Raimbault vor 3 Jahren
Ursprung
Commit
1a503b7f4b
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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
 */