diff options
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 |