freemodbus: increase max priority of modbus tasks

allows to avoid issues with modbus processing when higher priority tasks are used in user application
This commit is contained in:
aleks
2020-11-16 17:03:30 +01:00
committed by bot
parent 617da9f403
commit 002e6b8cec

View File

@@ -107,7 +107,7 @@ menu "Modbus configuration"
config FMB_PORT_TASK_PRIO
int "Modbus port task priority"
range 3 10
range 3 23
default 10
help
Modbus port data processing task priority.