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) { #ifndef SIMULATOR queue_post(&mpeg_queue, MPEG_STOP, NULL); + yield(); #else is_playing = false; playing = false;