mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 05:59:19 +08:00
18 lines
274 B
Plaintext
18 lines
274 B
Plaintext
menu "Modbus master and slave stack"
|
|
|
|
config RT_USING_MODBUS
|
|
bool "Enable Modbus stack"
|
|
default n
|
|
|
|
if RT_USING_MODBUS
|
|
config RT_MODBUS_MASTER_RTU
|
|
bool "RTU master mode"
|
|
default n
|
|
|
|
config RT_MODBUS_SLAVE_RTU
|
|
bool "RTU slave mode"
|
|
default n
|
|
endif
|
|
|
|
endmenu
|