summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/mpeg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index e2bb75a..e9ddb18 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -1994,7 +1994,8 @@ static void mpeg_thread(void)
case MPEG_STOP:
mpeg_stop_done = true;
break;
- default:
+
+ case SYS_USB_CONNECTED:
/* Tell the USB thread that we are safe */
DEBUGF("mpeg_thread got SYS_USB_CONNECTED\n");
usb_acknowledge(SYS_USB_CONNECTED_ACK);