From be301fe131e943a4af2334936c648e9f2db93564 Mon Sep 17 00:00:00 2001 From: zz912 <96618597+zz912@users.noreply.github.com> Date: Sat, 21 Feb 2026 20:03:46 +0100 Subject: [PATCH] mesa_modbus.adoc - missing .00 in function name addf my_file servo-thread is not working but addf my_file servo-thread works --- docs/src/drivers/mesa_modbus.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/drivers/mesa_modbus.adoc b/docs/src/drivers/mesa_modbus.adoc index 76cab862392..10073ccaa3e 100644 --- a/docs/src/drivers/mesa_modbus.adoc +++ b/docs/src/drivers/mesa_modbus.adoc @@ -83,7 +83,7 @@ Load and activate the module with HAL commands such as ---- loadrt my_file ports=hm2_7i69.0.pktuart.0 -addf my_file servo-thread +addf my_file.00 servo-thread ---- == Modbus ==