From 754996037336f1e0d411a3813b269c5f82fbc7ff Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 8 Nov 2006 20:52:30 +0000 Subject: Bugfix: X5 simulator now simulates the RTC. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11472 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-iaudiox5.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h index d4c904ed23..ddcac0e8ee 100644 --- a/firmware/export/config-iaudiox5.h +++ b/firmware/export/config-iaudiox5.h @@ -54,6 +54,9 @@ /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC +/* define this if you have a real-time clock */ +#define CONFIG_RTC RTC_PCF50606 + /* Define this if you have an remote lcd */ #define HAVE_REMOTE_LCD @@ -130,9 +133,6 @@ #define BATTERY_TYPES_COUNT 1 /* only one type */ #define BATTERY_SCALE_FACTOR 5859 /* (420703125 + 35900) / 71800 */ -/* define this if you have a real-time clock */ -#define CONFIG_RTC RTC_PCF50606 - /* Define this if you have ATA power-off control */ #define HAVE_ATA_POWER_OFF -- cgit v1.2.3