Sfoglia il codice sorgente

Fix comment about EMBUNKEXC (closes #566)

This native libmodbus error code is defined but not used.
Stéphane Raimbault 3 anni fa
parent
commit
1a503b7f4b
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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
 */