diff options
author | Marcin Bukat <marcin.bukat@gmail.com> | 2010-12-06 10:24:54 +0000 |
---|---|---|
committer | Marcin Bukat <marcin.bukat@gmail.com> | 2010-12-06 10:24:54 +0000 |
commit | 1f64b7fb1fa5058e3b7871078055156eac0c511d (patch) | |
tree | 7f3f1df42850144965682e650186588e5c938252 /firmware | |
parent | 4eb5aa2392628dd3453219065b96c3498225e06a (diff) |
HD300: enable RTC alarm function (working partially for now)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28741 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/config/mpiohd300.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config/mpiohd300.h b/firmware/export/config/mpiohd300.h index afab313bb2..e31a2b454f 100644 --- a/firmware/export/config/mpiohd300.h +++ b/firmware/export/config/mpiohd300.h @@ -74,6 +74,7 @@ /* Define this if you have RTC */ #define CONFIG_RTC RTC_S35380A +#define HAVE_RTC_ALARM #define CONFIG_LCD LCD_S1D15E06 |