summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ondiofm.h3
-rw-r--r--firmware/export/config-ondiosp.h4
2 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 646deddb69..b7b557e1ec 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -61,3 +61,6 @@
61/* Define this for different ADC channel assignment */ 61/* Define this for different ADC channel assignment */
62#define HAVE_ONDIO_ADC 62#define HAVE_ONDIO_ADC
63 63
64/* Define this for MMC support instead of ATA harddisk */
65#define HAVE_MMC
66
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index 7e364f738c..4189448070 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -60,3 +60,7 @@
60 60
61/* Define this for different ADC channel assignment */ 61/* Define this for different ADC channel assignment */
62#define HAVE_ONDIO_ADC 62#define HAVE_ONDIO_ADC
63
64/* Define this for MMC support instead of ATA harddisk */
65#define HAVE_MMC
66