summaryrefslogtreecommitdiffstats
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 9e7478651e..f7494f9587 100644
--- a/apps/voice_thread.c
+++ b/apps/voice_thread.c
@@ -249,7 +249,7 @@ static void voice_message(struct voice_thread_data *td)
}
/* Cancel boost */
- sleep(0);
+ cancel_cpu_boost();
td->state = TSTATE_STOPPED;
event_set_state(&voice_event, STATE_SIGNALED);