فهرست منبع

freemodbus: increase max priority of modbus tasks

allows to avoid issues with modbus processing when higher priority tasks are used in user application
aleks 5 سال پیش
والد
کامیت
ea101ecb38
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      components/freemodbus/Kconfig

+ 2 - 2
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.