summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps.c')
-rw-r--r--apps/gui/gwps.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index 5fd87ec1db..722dce685e 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -60,6 +60,7 @@
60#include "root_menu.h" 60#include "root_menu.h"
61#include "backdrop.h" 61#include "backdrop.h"
62#include "quickscreen.h" 62#include "quickscreen.h"
63#include "pitchscreen.h"
63 64
64/* currently only on wps_state is needed */ 65/* currently only on wps_state is needed */
65struct wps_state wps_state; 66struct wps_state wps_state;
@@ -567,7 +568,7 @@ long gui_wps_show(void)
567#if defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1 568#if defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1
568 show_remote_main_backdrop(); 569 show_remote_main_backdrop();
569#endif 570#endif
570 if (1 == pitch_screen()) 571 if (1 == gui_syncpitchscreen_run())
571 return SYS_USB_CONNECTED; 572 return SYS_USB_CONNECTED;
572#if LCD_DEPTH > 1 573#if LCD_DEPTH > 1
573 show_wps_backdrop(); 574 show_wps_backdrop();