summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r--apps/gui/wps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index 25c97fe613..1acd00d120 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -1011,7 +1011,7 @@ long gui_wps_show(void)
1011#endif /* BUTTON_F3 */ 1011#endif /* BUTTON_F3 */
1012 1012
1013 /* pitch screen */ 1013 /* pitch screen */
1014#ifdef HAVE_PITCHSCREEN 1014#ifdef HAVE_PITCHCONTROL
1015 case ACTION_WPS_PITCHSCREEN: 1015 case ACTION_WPS_PITCHSCREEN:
1016 { 1016 {
1017 gwps_leave_wps(); 1017 gwps_leave_wps();
@@ -1020,7 +1020,7 @@ long gui_wps_show(void)
1020 restore = true; 1020 restore = true;
1021 } 1021 }
1022 break; 1022 break;
1023#endif /* HAVE_PITCHSCREEN */ 1023#endif /* HAVE_PITCHCONTROL */
1024 1024
1025#ifdef AB_REPEAT_ENABLE 1025#ifdef AB_REPEAT_ENABLE
1026 /* reset A&B markers */ 1026 /* reset A&B markers */