diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/gui/gwps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c index a5e1e26e0c..d70863d895 100644 --- a/apps/gui/gwps.c +++ b/apps/gui/gwps.c @@ -606,7 +606,7 @@ long gui_wps_show(void) default: if(default_event_handler(button) == SYS_USB_CONNECTED) - return SYS_USB_CONNECTED; + return GO_TO_ROOT; update_track = true; break; } |