summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/logo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c
index 898681b18a..5447652dbe 100644
--- a/apps/plugins/logo.c
+++ b/apps/plugins/logo.c
@@ -32,7 +32,7 @@ PLUGIN_HEADER
32#define REMOTE_LOGO_WIDTH 91 32#define REMOTE_LOGO_WIDTH 91
33#define REMOTE_LOGO_HEIGHT 32 33#define REMOTE_LOGO_HEIGHT 32
34#define REMOTE_LOGO remote_rockboxlogo 34#define REMOTE_LOGO remote_rockboxlogo
35extern const fb_data remote_rockboxlogo[]; 35extern const fb_remote_data remote_rockboxlogo[];
36#endif /* HAVE_REMOTE_LCD */ 36#endif /* HAVE_REMOTE_LCD */
37 37
38#if LCD_DEPTH == 16 38#if LCD_DEPTH == 16