summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/mpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index 5497db26ce..329b6abc0d 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -1887,6 +1887,7 @@ void mpeg_stop(void)
1887{ 1887{
1888#ifndef SIMULATOR 1888#ifndef SIMULATOR
1889 queue_post(&mpeg_queue, MPEG_STOP, NULL); 1889 queue_post(&mpeg_queue, MPEG_STOP, NULL);
1890 yield();
1890#else 1891#else
1891 is_playing = false; 1892 is_playing = false;
1892 playing = false; 1893 playing = false;