Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
remove duplicated entry in unordered list
  • Loading branch information
kabirwbt authored Nov 19, 2024
1 parent f420609 commit c6e0466
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/protocols/modbus/mb_example_common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
* `examples/protocols/modbus/tcp/mb_tcp_master` Modbus serial master implementation (TCP)

0 comments on commit c6e0466

Please sign in to comment.