modbus: rename mb_rtu_ to modbus_
Rename mb_rtu_ to modbus_. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
This commit is contained in:
parent
699b2cdf9b
commit
9792a6c43e
4 changed files with 3 additions and 3 deletions
|
@ -7,16 +7,16 @@ if(CONFIG_MODBUS)
|
||||||
zephyr_include_directories(${ZEPHYR_BASE}/subsys/modbus)
|
zephyr_include_directories(${ZEPHYR_BASE}/subsys/modbus)
|
||||||
|
|
||||||
zephyr_library_sources(
|
zephyr_library_sources(
|
||||||
mb_rtu_core.c
|
modbus_core.c
|
||||||
)
|
)
|
||||||
|
|
||||||
zephyr_library_sources_ifdef(
|
zephyr_library_sources_ifdef(
|
||||||
CONFIG_MODBUS_SERVER
|
CONFIG_MODBUS_SERVER
|
||||||
mb_rtu_server.c
|
modbus_server.c
|
||||||
)
|
)
|
||||||
|
|
||||||
zephyr_library_sources_ifdef(
|
zephyr_library_sources_ifdef(
|
||||||
CONFIG_MODBUS_CLIENT
|
CONFIG_MODBUS_CLIENT
|
||||||
mb_rtu_client.c
|
modbus_client.c
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue