summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-11-08 20:52:30 +0000
committerJens Arnold <amiconn@rockbox.org>2006-11-08 20:52:30 +0000
commit754996037336f1e0d411a3813b269c5f82fbc7ff (patch)
tree6dc6fc367b6313c8b5470f07d2586eb11500fc6e /firmware
parent38ec5edf26a0044a300ca7d72f7a1afe9575ce0e (diff)
downloadrockbox-754996037336f1e0d411a3813b269c5f82fbc7ff.tar.gz
rockbox-754996037336f1e0d411a3813b269c5f82fbc7ff.zip
Bugfix: X5 simulator now simulates the RTC.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11472 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-iaudiox5.h6
1 files 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