diff options
Diffstat (limited to 'firmware/export/config-ipod4g.h')
-rw-r--r-- | firmware/export/config-ipod4g.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h index 3790500063..91f228561e 100644 --- a/firmware/export/config-ipod4g.h +++ b/firmware/export/config-ipod4g.h @@ -52,7 +52,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 |