summaryrefslogtreecommitdiff
path: root/apps/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wps.c')
-rw-r--r--apps/wps.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/wps.c b/apps/wps.c
index dd168059b7..d919261461 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -267,7 +267,8 @@ int wps_show(void)
267 break; 267 break;
268 mpeg_stop(); 268 mpeg_stop();
269 status_set_playmode(STATUS_STOP); 269 status_set_playmode(STATUS_STOP);
270 break; 270 return 0;
271
271#ifndef SIMULATOR 272#ifndef SIMULATOR
272 case SYS_USB_CONNECTED: 273 case SYS_USB_CONNECTED:
273 /* Tell the USB thread that we are safe */ 274 /* Tell the USB thread that we are safe */