From f94e1f575e86a5f926e96f0b35f77fdb26228e60 Mon Sep 17 00:00:00 2001 From: HiFiPhile Date: Mon, 22 Jun 2026 21:25:06 +0200 Subject: usbh: remove Pico specific comment Signed-off-by: HiFiPhile --- src/host/usbh.c | 3 --- 1 file changed, 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); } -- cgit v1.3.1