diff options
Diffstat (limited to 'firmware/export/config-yh820.h')
-rw-r--r-- | firmware/export/config-yh820.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/firmware/export/config-yh820.h b/firmware/export/config-yh820.h index 28c2a5883c..493c5a1c9f 100644 --- a/firmware/export/config-yh820.h +++ b/firmware/export/config-yh820.h @@ -35,6 +35,12 @@ #define LCD_PIXELFORMAT RGB565 #ifndef BOOTLOADER + +/* define this if you have a real-time clock */ +#define CONFIG_RTC RTC_E8564 +/* TODO ??? */ +//#define HAVE_RTC_ALARM + /* Define this if your LCD can be enabled/disabled */ #define HAVE_LCD_ENABLE @@ -92,14 +98,6 @@ /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC -/* define this if you have a real-time clock */ -/* todo verify rtc (or none) */ -/* #ifndef BOOTLOADER */ -#if 0 -#define CONFIG_RTC RTC_E8564 -#define HAVE_RTC_ALARM -#endif - /* define this if you have a disk storage, i.e. something that needs spinups and can cause skips when shaked */ #define HAVE_DISK_STORAGE |