diff options
| -rw-r--r-- | apps/gui/gwps-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c index fb71ab8..8bfec1c 100644 --- a/apps/gui/gwps-common.c +++ b/apps/gui/gwps-common.c @@ -605,7 +605,7 @@ static char* get_tag(struct wps_data* wps_data, snprintf(buf, buf_size, "%d", *intval); return buf; -#if CONFIG_KEYPAD == IRIVER_H100_PAD +#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD) case 'h': /* hold */ *flags |= WPS_REFRESH_DYNAMIC; if (button_hold()) |