diff options
| author | Barry Wardell <rockbox@barrywardell.net> | 2007-11-14 16:53:31 +0000 |
|---|---|---|
| committer | Barry Wardell <rockbox@barrywardell.net> | 2007-11-14 16:53:31 +0000 |
| commit | 34288fea43407fcf4ff530dea89030d656055804 (patch) | |
| tree | ff62742953f342849b7e21cc4b538de38f97ff1a /firmware/export | |
| parent | e18125eec2bc4d48cb8857313b52d458bc352075 (diff) | |
| download | rockbox-34288fea43407fcf4ff530dea89030d656055804.zip rockbox-34288fea43407fcf4ff530dea89030d656055804.tar.gz rockbox-34288fea43407fcf4ff530dea89030d656055804.tar.bz2 rockbox-34288fea43407fcf4ff530dea89030d656055804.tar.xz | |
FS#8157: H10 RTC alarm with some changes by me. The settings keymap had to be changed slightly, but it seems to work better for all setting screens with the new keymap. Thanks to
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15620 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-h10.h | 1 | ||||
| -rw-r--r-- | firmware/export/config-h10_5gb.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h index e1e0b54..aa60b10 100644 --- a/firmware/export/config-h10.h +++ b/firmware/export/config-h10.h @@ -68,6 +68,7 @@ /* define this if you have a real-time clock */ #ifndef BOOTLOADER #define CONFIG_RTC RTC_E8564 +#define HAVE_RTC_ALARM #endif /* Define this if you have a software controlled poweroff */ diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h index b719522..e8f7d75 100644 --- a/firmware/export/config-h10_5gb.h +++ b/firmware/export/config-h10_5gb.h @@ -54,6 +54,7 @@ /* define this if you have a real-time clock */ #ifndef BOOTLOADER #define CONFIG_RTC RTC_E8564 +#define HAVE_RTC_ALARM #endif /* Define this if you have a software controlled poweroff */ |