1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-27 23:52:28 +01:00

lock free

This commit is contained in:
J. Nick Koston
2025-09-23 22:41:43 -05:00
parent 5f17a95f2e
commit 7fbc7e3c37

View File

@@ -299,7 +299,6 @@ void USBClient::loop() {
}
default:
// USB events are now handled in the dedicated task
break;
}
}