From c6e046643339712ab93a2a8e3a1b5f084ecd2fa9 Mon Sep 17 00:00:00 2001 From: Kabir Waraich <90755626+kabirwbt@users.noreply.github.com> Date: Tue, 19 Nov 2024 23:45:55 +0530 Subject: [PATCH] Update README.md remove duplicated entry in unordered list --- examples/protocols/modbus/mb_example_common/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/protocols/modbus/mb_example_common/README.md b/examples/protocols/modbus/mb_example_common/README.md index 4a08b7e86c2e..ed721399adb5 100644 --- a/examples/protocols/modbus/mb_example_common/README.md +++ b/examples/protocols/modbus/mb_example_common/README.md @@ -3,8 +3,7 @@ This directory contains component that is common for Modbus master and slave examples. The component defines Modbus parameters that are shared between examples and provide code that you can copy and adapt into your own projects. For more information please refer to Modbus example README.md files located in the folders: -* `examples/protocols/modbus/serial/mb_master` Modbus serial master implementation (RTU and ASCII) * `examples/protocols/modbus/serial/mb_slave` Modbus serial slave implementation (RTU and ASCII) * `examples/protocols/modbus/serial/mb_master` Modbus serial master implementation (RTU and ASCII) * `examples/protocols/modbus/tcp/mb_tcp_slave` Modbus serial slave implementation (TCP) -* `examples/protocols/modbus/tcp/mb_tcp_master` Modbus serial master implementation (TCP) \ No newline at end of file +* `examples/protocols/modbus/tcp/mb_tcp_master` Modbus serial master implementation (TCP)