mirror of
https://github.com/esphome/esphome.git
synced 2026-05-20 17:52:00 +08:00
[zephyr] Remove redundant yield() from main loop (#15694)
This commit is contained in:
@@ -99,7 +99,6 @@ int main() {
|
||||
setup();
|
||||
while (true) {
|
||||
loop();
|
||||
esphome::yield();
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user