Don't exit WPS until OFF is released.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3205 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
23ab121595
commit
b894dbe0aa
1 changed files with 1 additions and 1 deletions
|
@ -888,7 +888,7 @@ int wps_show(void)
|
|||
|
||||
/* stop and exit wps */
|
||||
#ifdef HAVE_RECORDER_KEYPAD
|
||||
case BUTTON_OFF:
|
||||
case BUTTON_OFF | BUTTON_REL:
|
||||
#else
|
||||
case BUTTON_STOP | BUTTON_REL:
|
||||
if ( lastbutton != BUTTON_STOP )
|
||||
|
|
Loading…
Reference in a new issue