From ea101ecb3878c61d81788c828f2e54ea9ed99b6c Mon Sep 17 00:00:00 2001 From: aleks Date: Mon, 16 Nov 2020 17:03:30 +0100 Subject: [PATCH] freemodbus: increase max priority of modbus tasks allows to avoid issues with modbus processing when higher priority tasks are used in user application --- components/freemodbus/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/freemodbus/Kconfig b/components/freemodbus/Kconfig index b1240e7d70..786d7c76d7 100644 --- a/components/freemodbus/Kconfig +++ b/components/freemodbus/Kconfig @@ -68,11 +68,11 @@ menu "Modbus configuration" depends on FMB_COMM_MODE_ASCII_EN help This option defines response timeout of slave in milliseconds for ASCII communication mode. - Thus the timeout will expire and allow the master’s program to handle the error. + Thus the timeout will expire and allow the master program to handle the error. config FMB_SERIAL_TASK_PRIO int "Modbus serial task priority" - range 3 10 + range 3 23 default 10 help Modbus UART driver event task priority.