diff options
-rw-r--r-- | apps/wps.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/wps.c b/apps/wps.c index 4a1a6f9b02..5f65321398 100644 --- a/apps/wps.c +++ b/apps/wps.c @@ -126,6 +126,7 @@ static char current_track_path[MAX_PATH+1]; #define WPS_BROWSE (BUTTON_MENU | BUTTON_REL) #define WPS_BROWSE_PRE BUTTON_MENU #define WPS_KEYLOCK (BUTTON_MENU | BUTTON_DOWN) +#define WPS_EXIT (BUTTON_OFF | BUTTON_REPEAT) #endif |