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:
parent
e68ccbd1d8
commit
30237007f1
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue