Commit 974fb04
committed
fix(tinyusb): fix zero-length packet handling
When the host sent a zero-length packet, the device received the same
data twice. This caused stub not loading correctly with esptool on
MacOS, because MacOS sends the zero-length packet more ofter than other OSes.1 parent 2d4d1fa commit 974fb04
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
0 commit comments