Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kolod committed Jul 12, 2019
1 parent 8cb3f96 commit 07aca3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ void loop() {
/* Launch Modbus slave loop with:
- pointer to the mapping
- max values of mapping */
slave.loop(tab_reg, 10);
slave.loop(regs, 10);
}
```
Expand Down

0 comments on commit 07aca3b

Please sign in to comment.