zephyr/subsys/modbus
Carles Cufi d0ebeee0aa modbus: Get rid of custom CRC16 function
In previous commits the crc16_ansi() function has been made compliant
with the CRC-16-ANSI aka CRC-16-MODBUS standard. Use that standard
function instead of a custom one.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2022-02-04 12:33:22 -05:00
..
CMakeLists.txt
Kconfig
modbus_client.c
modbus_core.c
modbus_internal.h
modbus_raw.c modbus: keep transaction and protocol IDs in gateway mode 2022-01-10 09:45:42 -06:00
modbus_serial.c modbus: Get rid of custom CRC16 function 2022-02-04 12:33:22 -05:00
modbus_server.c