1
0
Fork 0
forked from len0rd/rockbox

There will soon exist bitmapped players without RTC (iRiver)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5438 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2004-11-19 13:34:35 +00:00
parent e68ccbd1d8
commit 30237007f1

View file

@ -74,7 +74,7 @@ Original release, featuring analog / digital modes and a few options.
#include "plugin.h"
#include "time.h"
#ifdef HAVE_LCD_BITMAP
#if defined(HAVE_LCD_BITMAP) && defined(HAVE_RTC)
#define CLOCK_VERSION "2.51"