Add wake on alarm support for Ipods. Rename HAVE_ALARM_MOD to HAVE_ALARM_RTC since it's not always a mod. Make Ipod PCF driver keep other flags in OOCC1 that have been set instead of overwriting them.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12522 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2007-02-28 21:55:11 +00:00
parent ab66955664
commit 8fd6d658a1
20 changed files with 126 additions and 31 deletions

View file

@ -18,7 +18,7 @@
****************************************************************************/
#include "config.h"
#ifdef HAVE_ALARM_MOD
#ifdef HAVE_RTC_ALARM
#include <stdbool.h>
@ -165,4 +165,4 @@ bool alarm_screen(void)
return false;
}
#endif /* HAVE_ALARM_MOD */
#endif /* HAVE_RTC_ALARM */