Fixed modbus init

This commit is contained in:
Eduard Iten 2025-06-19 17:09:46 +02:00
parent 0b5ad510fe
commit a4aeaa5f91
1 changed files with 0 additions and 1 deletions

View File

@ -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
},
};