diff options
Diffstat (limited to 'lib/tizen/tizen.c')
-rw-r--r-- | lib/tizen/tizen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tizen/tizen.c b/lib/tizen/tizen.c index 814ed18329..d207f77d0b 100644 --- a/lib/tizen/tizen.c +++ b/lib/tizen/tizen.c @@ -12,6 +12,7 @@ #include "tizen_logo_16bpp.h" #include "tizen_logo_16bpp_gzip.h" +#ifdef CONFIG_LCD void get_tizen_logo_info(vidinfo_t *vid) { switch (vid->vl_bpix) { @@ -31,3 +32,4 @@ void get_tizen_logo_info(vidinfo_t *vid) break; } } +#endif |