Skip to content

Commit a685821

Browse files
authored
Fix non-shared block doc in config.rst. (#1573)
1 parent cfc95c4 commit a685821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/library/simulator/config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ Example "setup" configuration:
258258
assuming all sizes are set to 10, the addresses for configuration are as follows:
259259
- coils have addresses 0-9,
260260
- discrete_inputs have addresses 10-19,
261-
- holding_registers have addresses 20-29,
262-
- input_registers have addresses 30-39
261+
- input_registers have addresses 20-29,
262+
- holding_registers have addresses 30-39
263263

264264
when configuring the the datatypes (when calling each block start with 0).
265265

0 commit comments

Comments
 (0)