summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-h300.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 54a2ef543f..2698d12098 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -30,6 +30,9 @@
30/* Define this if you do software codec */ 30/* Define this if you do software codec */
31#define CONFIG_CODEC SWCODEC 31#define CONFIG_CODEC SWCODEC
32 32
33/* define this if you have a real-time clock */
34#define CONFIG_RTC RTC_PCF50606
35
33/* Define this if you have an remote lcd */ 36/* Define this if you have an remote lcd */
34#define HAVE_REMOTE_LCD 37#define HAVE_REMOTE_LCD
35 38