From 44832d23794b5c37459d8a801e3b994a5d15267a 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 113202d122..fc48bc7d68 100644 --- a/components/freemodbus/Kconfig +++ b/components/freemodbus/Kconfig @@ -45,7 +45,7 @@ menu "Modbus configuration" 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. @@ -113,7 +113,7 @@ menu "Modbus configuration" range 0 1 default 0 help - Modbus Timer group number that is used for timeout measurement. + Modbus Timer group number that is used for timeout measurement. config FMB_TIMER_INDEX int "Modbus Timer index in the group"