Commit a76b22d
core: serial: fix availableForWrite()
availableForWrite() was taking the free space of the Rx buffer
instead of the Tx buffer.
Pick: arduino@66f8f71
Signed-off-by: Dhruva Gole <d-gole@ti.com>1 parent a495247 commit a76b22d
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
129 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments