diff options
author | Dave Chapman <dave@dchapman.com> | 2007-03-18 20:54:33 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2007-03-18 20:54:33 +0000 |
commit | f127cd598b102b8e39959feccb72b2b45452d338 (patch) | |
tree | e81410d18a84f4f340f132bf245485f0600a635d /firmware/export/config-ipodnano.h | |
parent | cb1c9e447ef03ecc7171b512a6aa5754e1e8dd61 (diff) |
The UI sim simulates the RTC, so there is no need to disable it - affects all ipod sims.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12836 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipodnano.h')
-rw-r--r-- | firmware/export/config-ipodnano.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h index b1e7c4f8f1..e64e651a5d 100644 --- a/firmware/export/config-ipodnano.h +++ b/firmware/export/config-ipodnano.h @@ -43,9 +43,8 @@ #define CONFIG_CODEC SWCODEC /* define this if you have a real-time clock */ -#if !defined(BOOTLOADER) && !defined(SIMULATOR) +#if !defined(BOOTLOADER) #define CONFIG_RTC RTC_PCF50605 -#define HAVE_RTC_ALARM #endif /* Define this if you have a software controlled poweroff */ @@ -126,6 +125,9 @@ /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL +/* Define if the device can wake from an RTC alarm */ +#define HAVE_RTC_ALARM + /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ |