diff options
| -rw-r--r-- | apps/wps.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -267,7 +267,8 @@ int wps_show(void) break; mpeg_stop(); status_set_playmode(STATUS_STOP); - break; + return 0; + #ifndef SIMULATOR case SYS_USB_CONNECTED: /* Tell the USB thread that we are safe */ |