diff options
| -rwxr-xr-x | firmware/export/config-hdd1630.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/firmware/export/config-hdd1630.h b/firmware/export/config-hdd1630.h index 4b2e7ba..483573b 100755 --- a/firmware/export/config-hdd1630.h +++ b/firmware/export/config-hdd1630.h @@ -74,10 +74,11 @@ /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC -/* define this if you have a real-time clock */ +/* define this if you have a real-time clock. The HDD16x0 has a PCF8563 RTC, + but it's register compatible with the E8564. */ #ifndef BOOTLOADER -/* #define CONFIG_RTC RTC_E8564 */ -/* #define HAVE_RTC_ALARM */ +#define CONFIG_RTC RTC_E8564 +#define HAVE_RTC_ALARM #endif /* Define this if you have a software controlled poweroff */ |