summaryrefslogtreecommitdiff
path: root/apps/filetree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetree.c')
-rw-r--r--apps/filetree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/filetree.c b/apps/filetree.c
index 9d5109ceb9..f10c02b449 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -54,7 +54,7 @@ static int boot_size = 0;
54static int boot_cluster; 54static int boot_cluster;
55#endif 55#endif
56 56
57#ifdef HAVE_LCD_COLOR 57#if LCD_DEPTH > 1
58#include "backdrop.h" 58#include "backdrop.h"
59#endif 59#endif
60 60
@@ -466,7 +466,7 @@ int ft_enter(struct tree_context* c)
466 /* wps config file */ 466 /* wps config file */
467 case TREE_ATTR_WPS: 467 case TREE_ATTR_WPS:
468 gui_syncsplash(0, true, str(LANG_WAIT)); 468 gui_syncsplash(0, true, str(LANG_WAIT));
469#ifdef HAVE_LCD_COLOR 469#if LCD_DEPTH > 1
470 unload_wps_backdrop(); 470 unload_wps_backdrop();
471#endif 471#endif
472 wps_data_load(gui_wps[0].data, buf, true); 472 wps_data_load(gui_wps[0].data, buf, true);