Commit 5f100db
authored
Change write function to return 1 instead of 0
Arduino documentation points out that the write() functions should return the number of bytes written, rather than a return code.1 parent d5a8d97 commit 5f100db
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments