Skip to content

Commit 88f826a

Browse files
author
一色双葉IsshikiFutaba
authored
Fix typo (#218)
1 parent c933889 commit 88f826a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/API.md

+1-1
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)