diff options
| author | HiFiPhile <[email protected]> | 2026-06-22 21:25:06 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2026-06-22 21:25:44 +0200 |
| commit | f94e1f575e86a5f926e96f0b35f77fdb26228e60 (patch) | |
| tree | 4297b1c85e949270e087095b3d543c558c28b1ab /src | |
| parent | f9698aedaebe9b6edd4a13670cd1bfcb35883136 (diff) | |
usbh: remove Pico specific comment
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'src')
| -rw-r--r-- | src/host/usbh.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/host/usbh.c b/src/host/usbh.c index d60feebb4..9a7511fc8 100644 --- a/src/host/usbh.c +++ b/src/host/usbh.c @@ -558,9 +558,6 @@ bool tuh_deinit(uint8_t rhport) { _usbh_mutex = NULL; #endif - // Release the spinlock claimed by osal_spin_init() in tuh_rhport_init(). - // Pairs with that init; without it each init/deinit cycle leaks a hardware - // spinlock and a few host rebuilds exhaust the pool (panic in claim). osal_spin_deinit(&_usbh_spin); } |
