summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/gui/gwps.c2
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)
606 606
607 default: 607 default:
608 if(default_event_handler(button) == SYS_USB_CONNECTED) 608 if(default_event_handler(button) == SYS_USB_CONNECTED)
609 return SYS_USB_CONNECTED; 609 return GO_TO_ROOT;
610 update_track = true; 610 update_track = true;
611 break; 611 break;
612 } 612 }