summaryrefslogtreecommitdiff
path: root/apps/gui/wps_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps_parser.c')
-rw-r--r--apps/gui/wps_parser.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/gui/wps_parser.c b/apps/gui/wps_parser.c
index d43680cae7..ca15348eae 100644
--- a/apps/gui/wps_parser.c
+++ b/apps/gui/wps_parser.c
@@ -26,7 +26,6 @@
26#include "file.h" 26#include "file.h"
27#include "misc.h" 27#include "misc.h"
28#include "plugin.h" 28#include "plugin.h"
29#include "kernel.h"
30 29
31#ifdef __PCTOOL__ 30#ifdef __PCTOOL__
32#ifdef WPSEDITOR 31#ifdef WPSEDITOR
@@ -811,7 +810,7 @@ static int parse_timeout(const char *wps_bufptr,
811 case WPS_TOKEN_SUBLINE_TIMEOUT: 810 case WPS_TOKEN_SUBLINE_TIMEOUT:
812 return -1; 811 return -1;
813 case WPS_TOKEN_BUTTON_VOLUME: 812 case WPS_TOKEN_BUTTON_VOLUME:
814 val = HZ; 813 val = 10;
815 break; 814 break;
816 } 815 }
817 } 816 }