diff options
author | Barry Wardell <rockbox@barrywardell.net> | 2006-08-30 08:22:29 +0000 |
---|---|---|
committer | Barry Wardell <rockbox@barrywardell.net> | 2006-08-30 08:22:29 +0000 |
commit | a7131c13a8999d0085f283ffbe6b4eacd11169f5 (patch) | |
tree | f70cf1efb6ce16ba7d11de09171a92167ec72af9 /firmware/export/config-h10.h | |
parent | 9830ab592bd1f905f4e9eeb85d92a1e7e36d9c5d (diff) |
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.h | 2 |
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 @@ /* define this if you have a real-time clock */ #ifndef BOOTLOADER -/*#define CONFIG_RTC RTC_E8564*/ /* TODO: figure this out */ +#define CONFIG_RTC RTC_E8564 #endif /* Define this if you have a software controlled poweroff */ |