summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/gwps-common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c
index aa7cb69ab7..3af52b5396 100644
--- a/apps/gui/gwps-common.c
+++ b/apps/gui/gwps-common.c
@@ -669,6 +669,7 @@ static char* get_tag(struct wps_data* wps_data,
669 switch(tag[1]) 669 switch(tag[1])
670 { 670 {
671 case 'h': /* Only one we have so far HDD LED */ 671 case 'h': /* Only one we have so far HDD LED */
672 *flags |= WPS_REFRESH_DYNAMIC;
672 if(led_read(HZ/2)) 673 if(led_read(HZ/2))
673 return "h"; 674 return "h";
674 else 675 else