- Notifications
You must be signed in to change notification settings - Fork7.8k
Commite8cba09
feat(tinyusb_cdc): avoid infinite loop when TinyUSB CDC layer hangs (#11904)
* feat(tinyusb_cdc): write timeoutAdded a timeout check to prevent locking during CDC writes.* fix(usb_cdc): better timeout calculationCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* ci(pre-commit): Apply automatic fixes---------Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>1 parent9875e37 commite8cba09
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| 408 | + | |
| 409 | + | |
408 | 410 | | |
409 | | - | |
| 411 | + | |
| 412 | + | |
410 | 413 | | |
411 | 414 | | |
412 | 415 | | |
| |||
0 commit comments
Comments
(0)