mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
ab66955664
commit
8fd6d658a1
20 changed files with 126 additions and 31 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue