summaryrefslogtreecommitdiff
path: root/apps/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wps.c')
-rw-r--r--apps/wps.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/wps.c b/apps/wps.c
index 783f2528ba..9848be0965 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -470,9 +470,16 @@ long wps_show(void)
470 470
471 switch(button) 471 switch(button)
472 { 472 {
473#ifdef WPS_RC_BROWSE
474 case WPS_RC_BROWSE:
475#endif
473 case WPS_BROWSE: 476 case WPS_BROWSE:
474#ifdef WPS_BROWSE_PRE 477#ifdef WPS_BROWSE_PRE
475 if (lastbutton != WPS_BROWSE_PRE) 478 if ((lastbutton != WPS_BROWSE_PRE)
479#ifdef WPS_RC_BROWSE_PRE
480 && (lastbutton != WPS_RC_BROWSE_PRE)
481#endif
482 )
476 break; 483 break;
477#endif 484#endif
478#ifdef HAVE_LCD_CHARCELLS 485#ifdef HAVE_LCD_CHARCELLS