diff options
Diffstat (limited to 'firmware/export/config-ipod3g.h')
-rw-r--r-- | firmware/export/config-ipod3g.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h index 4c9b61267f..58776b0c9a 100644 --- a/firmware/export/config-ipod3g.h +++ b/firmware/export/config-ipod3g.h @@ -46,7 +46,7 @@ #define CONFIG_CODEC SWCODEC /* define this if you have a real-time clock */ -#ifndef BOOTLOADER +#if !defined(BOOTLOADER) && !defined(SIMULATOR) #define CONFIG_RTC RTC_PCF50605 #define HAVE_RTC_ALARM #endif |