/
/
/
571
main: Remove redundant uthread_yield in periodic job thread
jcs made amendment
571
11 months ago
---
main.c Tue Nov 28 11:03:32 2023
+++
main.c Thu Nov 30 14:40:03 2023
@@ -453,7 +453,6 @@ periodic_jobs(struct uthread *uthread, void *arg)
if (Time > binkp_next_poll ||
(!binkp_last_poll_error && binkp_packets_in_outbox())) {
binkp_poll();
- uthread_yield();
}
}