From 7fbc7e3c37633b94121cd87931534371ecfe1eca Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 23 Sep 2025 22:41:43 -0500 Subject: [PATCH] lock free --- esphome/components/usb_host/usb_host_client.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/esphome/components/usb_host/usb_host_client.cpp b/esphome/components/usb_host/usb_host_client.cpp index 77599cb263..caad490124 100644 --- a/esphome/components/usb_host/usb_host_client.cpp +++ b/esphome/components/usb_host/usb_host_client.cpp @@ -299,7 +299,6 @@ void USBClient::loop() { } default: - // USB events are now handled in the dedicated task break; } }