Skip to content

Commit b9c5a25

Browse files
一色双葉IsshikiFutabaemelianov
authored andcommitted
Fix typo (#218)
1 parent e80ecf5 commit b9c5a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Processing routine. Should be periodically called form loop().
1414
bool addHreg(uint16_t offset, uint16_t value = 0, uint16_t numregs = 1);
1515
bool addCoil(uint16_t offset, bool value = false, uint16_t numregs = 1);
1616
bool addIsts(uint16_t offset, bool value = false, uint16_t numregs = 1);
17-
bool addIreg(uint16_t offset, uint16_t value = 0, uint16_t nemregs = 1);
17+
bool addIreg(uint16_t offset, uint16_t value = 0, uint16_t numregs = 1);
1818
```
1919
2020
### Write local reg

0 commit comments

Comments
 (0)