[zephyr] Remove redundant yield() from main loop (#15694)

This commit is contained in:
J. Nick Koston
2026-04-13 03:43:17 -10:00
committed by GitHub
parent 6aa538a61d
commit f30f0a0edc
-1
View File
@@ -99,7 +99,6 @@ int main() {
setup();
while (true) {
loop();
esphome::yield();
}
return 0;
}