Fixed modbus init
This commit is contained in:
parent
0b5ad510fe
commit
a4aeaa5f91
|
|
@ -32,7 +32,6 @@ struct modbus_iface_param client_param = {
|
|||
.serial = {
|
||||
.baud = 9600,
|
||||
.parity = UART_CFG_PARITY_NONE,
|
||||
.stop_bits_client = UART_CFG_STOP_BITS_1, // 1 stop bit for Modbus RTU
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue