summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-cowond2.h4
-rw-r--r--firmware/export/config.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h
index 453fa0d4c1..4341575218 100644
--- a/firmware/export/config-cowond2.h
+++ b/firmware/export/config-cowond2.h
@@ -90,8 +90,8 @@
90#define HAVE_TOUCHSCREEN 90#define HAVE_TOUCHSCREEN
91#define HAVE_BUTTON_DATA 91#define HAVE_BUTTON_DATA
92 92
93/* define this if you have a real-time clock */ 93/* The D2 has either a PCF50606 or PCF50635, RTC_D2 handles both */
94#define CONFIG_RTC RTC_PCF50606 94#define CONFIG_RTC RTC_D2
95 95
96/* define this if you have RTC RAM available for settings */ 96/* define this if you have RTC RAM available for settings */
97//#define HAVE_RTC_RAM 97//#define HAVE_RTC_RAM
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 4245a2d31c..70e2c792d0 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -261,8 +261,8 @@ Lyre prototype 1*/
261#define RTC_S5L8700 14 261#define RTC_S5L8700 14
262#define RTC_S35390A 15 262#define RTC_S35390A 15
263#define RTC_JZ47XX 16 /* Ingenic Jz47XX */ 263#define RTC_JZ47XX 16 /* Ingenic Jz47XX */
264#define RTC_NANO2G 17 /* This seems to be a PCFxxxxx, 264#define RTC_NANO2G 17 /* This seems to be a PCF5063x */
265 but we don't know which one */ 265#define RTC_D2 18 /* Either PCF50606 or PCF50635 */
266 266
267/* USB On-the-go */ 267/* USB On-the-go */
268#define USBOTG_M66591 6591 /* M:Robe 500 */ 268#define USBOTG_M66591 6591 /* M:Robe 500 */