summaryrefslogtreecommitdiff
path: root/firmware/export/config-h10.h
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2006-08-30 08:22:29 +0000
committerBarry Wardell <rockbox@barrywardell.net>2006-08-30 08:22:29 +0000
commita7131c13a8999d0085f283ffbe6b4eacd11169f5 (patch)
treef70cf1efb6ce16ba7d11de09171a92167ec72af9 /firmware/export/config-h10.h
parent9830ab592bd1f905f4e9eeb85d92a1e7e36d9c5d (diff)
downloadrockbox-a7131c13a8999d0085f283ffbe6b4eacd11169f5.tar.gz
rockbox-a7131c13a8999d0085f283ffbe6b4eacd11169f5.zip
RTC driver for H10 by Laurent Baum
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10799 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h10.h')
-rw-r--r--firmware/export/config-h10.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h
index c3cf7eda5f..cfa7f6bb46 100644
--- a/firmware/export/config-h10.h
+++ b/firmware/export/config-h10.h
@@ -37,7 +37,7 @@
37 37
38/* define this if you have a real-time clock */ 38/* define this if you have a real-time clock */
39#ifndef BOOTLOADER 39#ifndef BOOTLOADER
40/*#define CONFIG_RTC RTC_E8564*/ /* TODO: figure this out */ 40#define CONFIG_RTC RTC_E8564
41#endif 41#endif
42 42
43/* Define this if you have a software controlled poweroff */ 43/* Define this if you have a software controlled poweroff */