zephyr/subsys/modbus
Johann Fischer 46a0e5347d modbus: remove the use of DT_INST_LABEL and DT_PROP(inst, label)
Although it is possible to simply use the interface number,
it has proven convenient to use the names for the interfaces
in the samples.

Migrate to DEVICE_DT_NAME().

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2022-08-11 09:39:24 -07:00
..
CMakeLists.txt
Kconfig
modbus_client.c
modbus_core.c
modbus_internal.h
modbus_raw.c
modbus_serial.c
modbus_server.c