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; } }