summaryrefslogtreecommitdiff
path: root/apps/voice_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/voice_thread.c')
-rw-r--r--apps/voice_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/voice_thread.c b/apps/voice_thread.c
index 3318bbecb3..a3dc1e16ab 100644
--- a/apps/voice_thread.c
+++ b/apps/voice_thread.c
@@ -457,7 +457,7 @@ static void NORETURN_ATTR voice_thread(void)
457 if ((dest = (char *)voice_buf_get()) != NULL) 457 if ((dest = (char *)voice_buf_get()) != NULL)
458 break; 458 break;
459 459
460 yield(); 460 sleep(0);
461 } 461 }
462 462
463 voice_buf_commit(dsp_process(td.dsp, dest, td.src, td.count) 463 voice_buf_commit(dsp_process(td.dsp, dest, td.src, td.count)