summaryrefslogtreecommitdiff
path: root/apps/screen_access.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screen_access.h')
-rw-r--r--apps/screen_access.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index 54f2d64fdb..befd7a6d3a 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -54,7 +54,7 @@ struct screen
54 int depth; 54 int depth;
55 int char_width; 55 int char_width;
56 int char_height; 56 int char_height;
57#if (CONFIG_LED == LED_VIRTUAL) || defined(HAVE_REMOTE_LCD) 57#if (defined(CONFIG_LED) && (CONFIG_LED == LED_VIRTUAL)) || defined(HAVE_REMOTE_LCD)
58 bool has_disk_led; 58 bool has_disk_led;
59#endif 59#endif
60#ifdef HAS_BUTTONBAR 60#ifdef HAS_BUTTONBAR