This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit bff9f0b
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
398 | 398 |
| |
399 | 399 |
| |
400 | 400 |
| |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
401 | 405 |
| |
402 | 406 |
| |
403 | 407 |
| |
|
1 commit comments
everslick commentedon Jan 16, 2019
why is it legal to call available() before connect()? And if it is, why does the same logic not apply to read(), write(), ... ? all those functions potentially access rxBuffer before it exists.