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.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 7e72921a36..b6f105221a 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -82,6 +82,9 @@
82/* define this if more than one device/partition can be used */ 82/* define this if more than one device/partition can be used */
83#define HAVE_MULTIVOLUME 83#define HAVE_MULTIVOLUME
84 84
85/* define this if media can be exchanged on the fly */
86#define HAVE_HOTSWAP
87
85#define CONFIG_LCD LCD_SSD1815 88#define CONFIG_LCD LCD_SSD1815
86 89
87#endif /* SIMULATOR */ 90#endif /* SIMULATOR */
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index 1118c54a1e..59184a4dee 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -70,6 +70,9 @@
70/* define this if more than one device/partition can be used */ 70/* define this if more than one device/partition can be used */
71#define HAVE_MULTIVOLUME 71#define HAVE_MULTIVOLUME
72 72
73/* define this if media can be exchanged on the fly */
74#define HAVE_HOTSWAP
75
73#define CONFIG_LCD LCD_SSD1815 76#define CONFIG_LCD LCD_SSD1815
74 77
75#endif /* SIMULATOR */ 78#endif /* SIMULATOR */